Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/host/
Dhost_kernel_metadata.cc27 static const std::set<std::string> host_kernel = {prim::kPrimDynamicShape->name(),
/third_party/mindspore/mindspore/core/abstract/
Dprimitive_infer_map.cc52 const auto kDynamicShape = prim::kPrimDynamicShape->name(); in GetDependsFormMap()
129 {prim::kPrimDynamicShape, {InferImplDynamicShape, nullptr, true}}, in GetPrimitiveToEvalImplMap()
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h186 inline const PrimitivePtr kPrimDynamicShape = std::make_shared<Primitive>(kDynamicShape); variable