Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api.h161 TF_CAPI_EXPORT extern const char* TFE_OpGetDevice(TFE_Op* op,
Dc_api_test.cc429 const char* device_name = TFE_OpGetDevice(matmul, status); in TEST()
434 device_name = TFE_OpGetDevice(matmul, status); in TEST()
Dc_api.cc284 const char* TFE_OpGetDevice(TFE_Op* op, TF_Status* status) { in TFE_OpGetDevice() function