Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/abstract/
Dprimitive_infer_map.cc127 {prim::kPrimDynamicStitch, {InferImplDynamicStitch, nullptr, true}}, in GetPrimitiveToEvalImplMap()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h321 inline const PrimitivePtr kPrimDynamicStitch = std::make_shared<Primitive>("DynamicStitch"); variable