Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api.h107 TF_CAPI_EXPORT extern void TFE_ContextClearCaches(TFE_Context* ctx);
Dc_api.cc752 void TFE_ContextClearCaches(TFE_Context* ctx) { in TFE_ContextClearCaches() function
Dc_api_test.cc941 TFE_ContextClearCaches(ctx); in FunctionDefAndExecute()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc422 TFE_ContextClearCaches(tensorflow::InputTFE_Context(o)); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py449 pywrap_tfe.TFE_ContextClearCaches(self._context_handle)