Home
last modified time | relevance | path

Searched refs:graph_specialize_args_without_sens (Results 1 – 1 of 1) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dprim.cc183 AbstractBasePtrList graph_specialize_args_without_sens; in Run() local
189 … std::back_inserter(graph_specialize_args_without_sens), [](AbstractBasePtr abs) { return abs; }); in Run()
190 auto new_graph = forward_graph->GenerateGraph(graph_specialize_args_without_sens); in Run()