Home
last modified time | relevance | path

Searched refs:EndStep (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h278 void EndStep();
Dcontext.cc494 void EagerContext::EndStep() { in EndStep() function in tensorflow::EagerContext
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc1590 void TFE_ContextEndStep(TFE_Context* ctx) { ctx->context->EndStep(); } in TFE_ContextEndStep()