Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i81 %rename("%s") TFE_ContextEndStep;
/external/tensorflow/tensorflow/c/eager/
Dc_api.h429 TF_CAPI_EXPORT extern void TFE_ContextEndStep(TFE_Context* ctx);
Dc_api.cc915 void TFE_ContextEndStep(TFE_Context* ctx) { ctx->context.EndStep(); } in TFE_ContextEndStep() function
/external/tensorflow/tensorflow/python/eager/
Dcontext.py880 pywrap_tensorflow.TFE_ContextEndStep(self._handle)