Home
last modified time | relevance | path

Searched defs:InplaceIndexAdd (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dinplace_index_add.h34InplaceIndexAdd() : BaseOperator(kNameInplaceIndexAdd) { InitIOName({"var", "indices", "updates"},… in InplaceIndexAdd() function
/third_party/mindspore/mindspore-src/source/config/
Dsuper_bar_config.json465 "InplaceIndexAdd": "check support failed if var has only one dimension", string
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/ops/operations/
Dmath_ops.py922 class InplaceIndexAdd(Primitive): class