Searched refs:TFE_TensorHandleDeviceName (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/c/eager/parallel_device/ |
D | parallel_device_testlib.cc | 67 const char* device = TFE_TensorHandleDeviceName(handle_, status); in Destroy() 84 const char* device = TFE_TensorHandleDeviceName(handle_, status); in Read() 106 const char* device = TFE_TensorHandleDeviceName(handle_, status); in GeneralAssignment() 168 const char* device = TFE_TensorHandleDeviceName(input, status); in ExtractPerDeviceValues() 191 const char* first_device = TFE_TensorHandleDeviceName(first, status); in Multiply()
|
D | parallel_device.cc | 304 TFE_TensorHandleDeviceName(input, status); in ParallelDeviceExecute()
|
D | parallel_device_test.cc | 389 const char* device = TFE_TensorHandleDeviceName(input, status); in CollectiveSum()
|
/external/tensorflow/tensorflow/go/ |
D | tensor_handle.go | 116 name := C.TFE_TensorHandleDeviceName(th.c, status.c)
|
/external/tensorflow/tensorflow/c/eager/ |
D | custom_device_testutil.cc | 119 const char* input_device = TFE_TensorHandleDeviceName(input, s); in LoggingDeviceExecute()
|
D | c_api.h | 160 TF_CAPI_EXPORT extern const char* TFE_TensorHandleDeviceName(
|
D | c_api_distributed_test.cc | 184 EXPECT_EQ(TFE_TensorHandleDeviceName(packed_handle, status), in TestFunctionWithPackedInput()
|
D | custom_device_test.cc | 245 tensorflow::string(TFE_TensorHandleDeviceName(var_value, status.get()))); in TEST()
|
D | c_api_test.cc | 521 const char* device_name = TFE_TensorHandleDeviceName(h, status.get()); in TEST() 557 const char* device_name = TFE_TensorHandleDeviceName(hcpu, status.get()); in TEST() 582 device_name = TFE_TensorHandleDeviceName(retvals[0], status.get()); in TEST()
|
D | c_api.cc | 322 const char* TFE_TensorHandleDeviceName(TFE_TensorHandle* h, TF_Status* status) { in TFE_TensorHandleDeviceName() function
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tensor.cc | 651 const char* device = TFE_TensorHandleDeviceName(self->handle, &self->status); in EagerTensor_device()
|