Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/vm/
Dtransform.cc462 MapPrimTypeFuncGraph prim_graphs; in WrapPrimitives() local
463 auto get_prim_graph = [&prim_graphs](const PrimitivePtr &prim, const AbstractFunctionPtr &type) { in WrapPrimitives()
465 if (prim_graphs.end() == prim_graphs.find(prim_type)) { in WrapPrimitives()
484 prim_graphs[prim_type] = g; in WrapPrimitives()
487 return prim_graphs[prim_type]; in WrapPrimitives()