Home
last modified time | relevance | path

Searched refs:TFE_TensorHandleDeviceType (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental_test.cc422 const char* device_type = TFE_TensorHandleDeviceType(h, status.get()); in TEST()
444 const char* device_type = TFE_TensorHandleDeviceType(hcpu, status.get()); in TEST()
466 device_type = TFE_TensorHandleDeviceType(retvals[0], status.get()); in TEST()
496 const char* device_type = TFE_TensorHandleDeviceType(h_default, status.get()); in TEST()
505 const char* device_type_cpu = TFE_TensorHandleDeviceType(h_cpu, status.get()); in TEST()
Dc_api_experimental.h647 TF_CAPI_EXPORT extern const char* TFE_TensorHandleDeviceType(
Dc_api_experimental.cc717 const char* TFE_TensorHandleDeviceType(TFE_TensorHandle* h, TF_Status* status) { in TFE_TensorHandleDeviceType() function