Searched refs:kPrimShapeMul (Results 1 – 2 of 2) sorted by relevance
664 REGISTER_PRIMITIVE_FRONT_EVAL_IMPL(ShapeMul, prim::kPrimShapeMul, InferImplShapeMul, nullptr);
706 inline const PrimitivePtr kPrimShapeMul = std::make_shared<Primitive>("shape_mul"); variable