Home
last modified time | relevance | path

Searched defs:TensorScatterUpdate (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dtensor_scatter_update.cu50 void TensorScatterUpdate(T *input, S *indices, T *update, T *output, const size_t &block_size, cons… in TensorScatterUpdate() function
/third_party/mindspore/mindspore/ops/operations/
Darray_ops.py3772 class TensorScatterUpdate(PrimitiveWithInfer): class