Home
last modified time | relevance | path

Searched refs:CopyTensorToDevice (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcustom_device.h38 virtual Status CopyTensorToDevice(
Dcustom_device_op_handler.cc106 *status = dev->CopyTensorToDevice(handle, &result); in CopyTensorHandleToDevice()
Dcustom_device_test.cc38 Status CopyTensorToDevice(ImmediateExecutionTensorHandle* tensor, in CopyTensorToDevice() function in tensorflow::eager::__anon325885840111::TestCustomDevice
/external/tensorflow/tensorflow/core/common_runtime/
Dcollective_test_util.cc252 Tensor CopyTensorToDevice(Device* device, const Tensor& tensor) { in CopyTensorToDevice() function
290 input_buffer = CopyTensorToDevice(device, *input); in RunCollective()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc422 tensorflow::Status CopyTensorToDevice( in CopyTensorToDevice() function in tensorflow::__anon9d665ed60211::CustomDeviceAPI