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.cc419 const char* device_type = TFE_TensorHandleDeviceType(h, status.get()); in TEST()
441 const char* device_type = TFE_TensorHandleDeviceType(hcpu, status.get()); in TEST()
463 device_type = TFE_TensorHandleDeviceType(retvals[0], status.get()); in TEST()
493 const char* device_type = TFE_TensorHandleDeviceType(h_default, status.get()); in TEST()
502 const char* device_type_cpu = TFE_TensorHandleDeviceType(h_cpu, status.get()); in TEST()
Dc_api_experimental.h586 TF_CAPI_EXPORT extern const char* TFE_TensorHandleDeviceType(
Dc_api_experimental.cc651 const char* TFE_TensorHandleDeviceType(TFE_TensorHandle* h, TF_Status* status) { in TFE_TensorHandleDeviceType() function