Home
last modified time | relevance | path

Searched defs:DeviceTensor (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Ddevice_tensor_store.h28 using DeviceTensor = mindspore::device::DeviceAddress; variable
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dglobal_context.h33 class DeviceTensor; variable
Ddevice_tensor.cc28 DeviceTensor::DeviceTensor(const TensorShape &shape, const DataType &type) in DeviceTensor() function in mindspore::dataset::DeviceTensor
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dactor_common.h37 using DeviceTensor = mindspore::device::DeviceAddress; variable
Dmemory_manager_actor.cc114 OpContext<DeviceTensor> *) { in FreeMemory()
Dkernel_actor.cc377 void KernelActor::PreLaunchKernel(OpContext<DeviceTensor> *) { in PreLaunchKernel()