Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dsparse_fill_empty_rows_grad_impl.cu23 __global__ void AssignValue(const size_t map_num, const int64_t *reverse_map, const T *grad_values,… in AssignValue() function
32 __global__ void AssignValue(const size_t map_num, const int64_t *reverse_map, const Complex<float> … in AssignValue() function
41 __global__ void AssignValue(const size_t map_num, const int64_t *reverse_map, const Complex<double>… in AssignValue() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ir/
Dbase_tensor.cc306 BaseTensor &BaseTensor::AssignValue(const BaseTensor &tensor) { in AssignValue() function in mindspore::tensor::BaseTensor
Dtensor.cc254 Tensor &Tensor::AssignValue(const Tensor &tensor) { in AssignValue() function in mindspore::tensor::Tensor