MCPcopy Create free account
hub / github.com/OAID/Tengine / GetOptimizedGraph

Method GetOptimizedGraph

core/lib/graph_executor.cpp:588–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

586}
587
588Graph* GraphExecutor::GetOptimizedGraph(void)
589{
590 if(exec_handle_ == nullptr || exec_engine_ == nullptr)
591 return nullptr;
592
593 Graph* graph = exec_engine_->GetOptimizedGraph(exec_handle_);
594 if(graph == nullptr)
595 graph = graph_;
596
597 return graph;
598}
599
600bool GraphExecutor::GetOptimizeOnly(const char* name, void* val, int size)
601{

Callers 9

get_model_formatFunction · 0.45
save_graph_internalFunction · 0.45
get_graph_input_nodeFunction · 0.45
get_graph_output_nodeFunction · 0.45
get_graph_node_numberFunction · 0.45
get_graph_node_by_idxFunction · 0.45
dump_graphFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected