mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-06-23 02:38:28 +00:00
remove unnecessary code
This commit is contained in:
parent
bad19b9c9e
commit
d4968cb3f9
1 changed files with 0 additions and 2 deletions
|
|
@ -12,7 +12,6 @@
|
|||
#include "core/framework/kernel_lookup.h"
|
||||
#include "core/framework/kernel_registry_manager.h"
|
||||
#include "core/framework/kernel_registry.h"
|
||||
#include "core/optimizer/graph_optimizer_registry.h"
|
||||
#include "core/graph/function.h"
|
||||
#include "core/graph/function_utils.h"
|
||||
#include "core/graph/graph_viewer.h"
|
||||
|
|
@ -259,7 +258,6 @@ static Status GetCapabilityForEPForAotInlining(const GraphViewer& graph_viewer,
|
|||
kernel_registries_for_ep,
|
||||
kernel_registry_mgr.GetKernelTypeStrResolver(),
|
||||
logger};
|
||||
auto graph_optimizer_registry = onnxruntime::GraphOptimizerRegistry::Get();
|
||||
|
||||
// TODO: Provide EP with a capability to look inside the functions.
|
||||
capabilities = get_capabilities(current_ep, graph_viewer, kernel_lookup);
|
||||
|
|
|
|||
Loading…
Reference in a new issue