Searched defs:new_prim (Results 1 – 9 of 9) sorted by relevance
73 auto new_prim = std::make_shared<Primitive>(prim->name()); in operator() local
77 auto new_prim = std::make_shared<Primitive>(kFusedMulApplyMomentumOpName); in Process() local
175 struct _mesa_prim new_prim; in vbo_sw_primitive_restart_common_start() local
220 enum pipe_prim_type orig_prim, new_prim; member
185 auto new_prim = std::make_shared<ops::Conv2DFusion>(); in CopyConvPrim() local
158 auto new_prim = std::make_shared<Primitive>(*prim); in UpdateFracNZReduceOp() local
359 auto new_prim = std::make_shared<Primitive>(prim::kPrimAllGather->name()); in NewRecomputedNode() local
513 auto new_prim = GetValueNode(value_node)->cast<PrimitivePtr>(); in LastStageEndNode() local
795 auto new_prim = [](const std::string &name) { return std::make_shared<Primitive>(name); }; in OpListFilter() local