Searched refs:TensorToDataHandle (Results 1 – 4 of 4) sorted by relevance
41 BackendDataPtr TensorToDataHandle( in TensorToDataHandle() function55 result.push_back(TensorToDataHandle(tensors[i], devices[i])); in CreateTensorsData()
24 TensorToDataHandle(const at::Tensor& tensor, const BackendDevice& device);
126 data()->handle = TensorToDataHandle(*data()->tensor_data, GetDevice()); in GetDataHandle()232 data = TensorToDataHandle(tensor, device); in GetIrValueForTensor()
198 BackendDataPtr device_data = TensorToDataHandle(tensor, device); in IrValueFromScalar()296 device_data = TensorToDataHandle(tensor_copy, device); in GetDeviceData()