Home
last modified time | relevance | path

Searched refs:FindCustomDeviceFromName (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcustom_device_op_handler.cc44 bool CustomDeviceOpHandler::FindCustomDeviceFromName( in FindCustomDeviceFromName() function in tensorflow::CustomDeviceOpHandler
101 if (!FindCustomDeviceFromName(op.DeviceName(), device) && in MaybePinToCustomDevice()
Dcustom_device_op_handler.h33 bool FindCustomDeviceFromName(const string& name,
Dcore.cc114 if (custom_device_op_handler_.FindCustomDeviceFromName(device_name, &dev)) { in CopyTensorHandleToDevice()
131 if (custom_device_op_handler_.FindCustomDeviceFromName(handle_device_name, in CopyTensorHandleToDevice()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc537 if (!context->GetCustomDeviceOpHandler().FindCustomDeviceFromName(device_name, in TFE_NewCustomDeviceTensorHandle()
568 if (!context->GetCustomDeviceOpHandler().FindCustomDeviceFromName( in TFE_NewTensorHandleFromDeviceMemory()