fix spell error in lite compile graph
This commit is contained in:
parent
7262ee8ac9
commit
8a88c7f6a5
|
@ -230,7 +230,7 @@ bool GeGraphExecutor::CompileGraph(const FuncGraphPtr &graph, const std::map<str
|
|||
}
|
||||
// opt::GeOptimization(origin_graph);
|
||||
(void)BuildDFGraph(kg, GetParams(kg), false);
|
||||
kernel_graph->set_run_mode(device::RunMode::kGraphMode);
|
||||
kg->set_run_mode(device::RunMode::kGraphMode);
|
||||
// copy init weight to device
|
||||
RunGeInitGraph(kg);
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue