Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dcustom_device_testutil.cc103 TFE_Context* context = TFE_OpGetContext(original_op, s); in LoggingDeviceExecute()
Dc_api.h258 TF_CAPI_EXPORT extern TFE_Context* TFE_OpGetContext(const TFE_Op* op,
Dc_api.cc660 TFE_Context* TFE_OpGetContext(const TFE_Op* op, TF_Status* status) { in TFE_OpGetContext() function
Dc_api_test.cc1752 TFE_Context* context = TFE_OpGetContext(other, status); in CloneOp()
/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device.cc288 TFE_Context* context = TFE_OpGetContext(original_op, status); in ParallelDeviceExecute()