Home
last modified time | relevance | path

Searched refs:kGetNext (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dgetnext.h30 constexpr auto kNameGetNext = prim::kGetNext;
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/aicpu/
Daicpu_kernel_metadata.cc41 if (op_name == kGetNext || kDynamicInputOps.find(op_name) != kDynamicInputOps.end()) { in AicpuMetadataInfo()
Daicpu_util.h29 constexpr auto kGetNext = "GetNext"; variable
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h35 constexpr auto kGetNext = "GetNext"; variable
107 inline const PrimitivePtr kPrimGetNext = std::make_shared<Primitive>(kGetNext);