Home
last modified time | relevance | path

Searched refs:TFE_ExecutorIsAsync (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dexecutor.py62 return pywrap_tfe.TFE_ExecutorIsAsync(self._handle)
/external/tensorflow/tensorflow/c/eager/
Dc_api_experimental.h315 TF_CAPI_EXPORT extern bool TFE_ExecutorIsAsync(TFE_Executor*);
Dc_api_experimental.cc523 bool TFE_ExecutorIsAsync(TFE_Executor* executor) { in TFE_ExecutorIsAsync() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc788 m.def("TFE_ExecutorIsAsync", &TFE_ExecutorIsAsync); in PYBIND11_MODULE()