Home
last modified time | relevance | path

Searched defs:IndexAdd (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dindex_add.h36IndexAdd() : PrimitiveC(kNameIndexAdd) { InitIOName({"input_x", "indices", "input_y"}, {"output"})… in IndexAdd() function
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dindex_add_impl.cu37 __global__ void IndexAdd(T *dst, const int *index, const T *src, const size_t src_size, const size_… in IndexAdd() function
/third_party/mindspore/tests/ut/python/ops/
Dtest_ops.py86 class IndexAdd(nn.Cell): class
/third_party/mindspore/mindspore/ops/operations/
Dmath_ops.py5250 class IndexAdd(Primitive): class