Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Droll.cc56 REGISTER_PRIMITIVE_EVAL_IMPL(Roll, prim::kPrimRoll, RollInfer, nullptr, true);
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h304 inline const PrimitivePtr kPrimRoll = std::make_shared<Primitive>(kRoll); variable