Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/
Dpywrap_tfe.i80 %rename("%s") TFE_ContextStartStep;
/external/tensorflow/tensorflow/c/eager/
Dc_api.h424 TF_CAPI_EXPORT extern void TFE_ContextStartStep(TFE_Context* ctx);
Dc_api.cc913 void TFE_ContextStartStep(TFE_Context* ctx) { ctx->context.StartStep(); } in TFE_ContextStartStep() function
/external/tensorflow/tensorflow/python/eager/
Dcontext.py877 pywrap_tensorflow.TFE_ContextStartStep(self._handle)