Searched defs:DeviceTensor (Results 1 – 12 of 12) sorted by relevance
28 using DeviceTensor = mindspore::device::DeviceAddress; variable
30 class DeviceTensor; variable
38 class DeviceTensor; variable
26 DeviceTensor::DeviceTensor(const TensorShape &shape, const DataType &type) in DeviceTensor() function in mindspore::dataset::DeviceTensor
29 using DeviceTensor = mindspore::device::DeviceAddress; variable
147 … std::map<DeviceTensor *, void *> *mem_allocated) { in GenMemOffloadStrategy()308 std::map<DeviceTensor *, void *> *mem_allocated) const { in MockStrategy()
191 const std::vector<std::pair<OpDataUniquePtr<DeviceTensor>, size_t>> &output_data_list, in SendOutputData()
271 OpContext<DeviceTensor> *, const AID &from_aid) { in FreeMemory()
45 using DeviceTensor = mindspore::device::DeviceAddress; variable
823 void KernelActor::PreLaunchKernel(OpContext<DeviceTensor> *) { in PreLaunchKernel()
136 using DeviceTensor = mindspore::device::DeviceAddress; typedef