Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/go/
Dtensor_handle.go116 name := C.TFE_TensorHandleDeviceName(th.c, status.c)
/external/tensorflow/tensorflow/c/eager/
Dc_api.h179 TF_CAPI_EXPORT extern const char* TFE_TensorHandleDeviceName(
Dc_api_test.cc786 const char* device_name = TFE_TensorHandleDeviceName(h, status.get()); in TEST()
826 const char* device_name = TFE_TensorHandleDeviceName(hcpu, status.get()); in TEST()
851 device_name = TFE_TensorHandleDeviceName(retvals[0], status.get()); in TEST()
Dc_api.cc478 const char* TFE_TensorHandleDeviceName(TFE_TensorHandle* h, TF_Status* status) { in TFE_TensorHandleDeviceName() function
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tensor.cc668 const char* device = TFE_TensorHandleDeviceName(self->handle, self->status); in EagerTensor_device()