Searched refs:prim_graphs (Results 1 – 1 of 1) sorted by relevance
462 MapPrimTypeFuncGraph prim_graphs; in WrapPrimitives() local463 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()