Home
last modified time | relevance | path

Searched refs:data_sync (Results 1 – 18 of 18) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/
Dtensor_py.cc332 tensor.data_sync(); in FlushFromCache()
339 hashmap_tensor_ptr->data_sync(); in FlushFromCache()
340 cache_tensor_ptr->data_sync(); in FlushFromCache()
370 tensor.data_sync(); in SyncAsNumpy()
633 .def("data_sync", &Tensor::data_sync) in __anonff91c9900102()
Dprimitive_py.cc55 tensor->data_sync(); in SyncData()
/third_party/mindspore/mindspore/ccsrc/utils/
Dconvert_utils.cc47 tensor->data_sync(); in ValueToBool()
63 tensor->data_sync(); in BaseRefToInt()
/third_party/FreeBSD/stand/usb/
Dusb_busdma_loader.c332 usb_pc_load_mem(struct usb_page_cache *pc, usb_size_t size, uint8_t data_sync) in usb_pc_load_mem() argument
349 if (data_sync == 0) { in usb_pc_load_mem()
/third_party/mindspore/mindspore/ccsrc/backend/session/
Dcpu_session.cc194 tensor->data_sync(false); in LoadInputData()
254 tensor_ptr->data_sync(false); in SetOutputFlags()
Dgpu_session.cc622 tensor->data_sync(false); in UpdateOutputTensors()
Dascend_session.cc358 tensor->data_sync(false); in TensorNeedSync()
2057 tensor->data_sync(false); in UpdateOutputTensors()
Dsession_basic.cc1644 tensor->data_sync(false); in UpdateOutputs()
1747 tensor->data_sync(false); in UpdateOutputTensors()
Danf_runtime_algorithm.cc2240 tensor_ptr->data_sync(); in InferShape()
/third_party/mindspore/mindspore/core/ir/
Dtensor.h254 void data_sync(bool need_wait = true) const;
Dtensor.cc646 void Tensor::data_sync(bool need_wait) const { in data_sync() function in mindspore::tensor::Tensor
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/host/
Ddynamic_broadcast_gradient_args_kernel.cc142 x_shape_value->data_sync(); in GetInputShape()
/third_party/mindspore/mindspore/ccsrc/cxx_api/graph/gpu/
Dgpu_graph_impl.cc284 last_outputs_[i]->data_sync(false); in GetOutputs()
/third_party/mindspore/mindspore/ccsrc/vm/
Dvm.cc492 tensor->data_sync(); in SyncData()
Dbackend.cc218 tensor->data_sync(false); in CreateOutputTensor()
/third_party/mindspore/mindspore/ccsrc/runtime/device/cpu/
Dcpu_kernel_runtime.cc329 tensor->data_sync(); in BindInputTensorAddressPtr()
/third_party/mindspore/mindspore/ccsrc/runtime/device/
Dkernel_runtime.cc1360 tensor->data_sync(false); in SyncNodeOutputTensors()
1373 tensor->data_sync(false); in SyncNodeOutputTensors()
1404 tensor->data_sync(false); in InitGraphInputTensors()
/third_party/mindspore/mindspore/common/
Dtensor.py127 Tensor_.data_sync(self, False)