Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/core/ops/
Dindex_add.cc81 REGISTER_PRIMITIVE_EVAL_IMPL(IndexAdd, prim::kPrimIndexAdd, IndexAddInfer, nullptr, true);
/third_party/mindspore/mindspore/core/base/
Dcore_ops.h526 inline const PrimitivePtr kPrimIndexAdd = std::make_shared<Primitive>("IndexAdd"); variable