Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/
Dtensorlist.cc60 int TensorList::CopyTensorData(const TensorList &src) { in CopyTensorData() function in mindspore::lite::TensorList
Dtensor.cc33 int Tensor::CopyTensorData(const Tensor &src_tensor, Tensor *dst_tensor) { in CopyTensorData() function in mindspore::lite::Tensor
/third_party/mindspore/mindspore/ccsrc/ps/
Dparameter_server.cc196 void CopyTensorData(void *dest_ptr, size_t tensor_size, const void *src_ptr) { in CopyTensorData() function