Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.h226 Status StartStep(const BuildGraphOptions& opts, bool is_partial,
Dmaster_session.cc1431 Status MasterSession::StartStep(const BuildGraphOptions& opts, bool is_partial, in StartStep() function in tensorflow::MasterSession
1529 TF_RETURN_IF_ERROR(StartStep(opts, true, &rcg, &count)); in PartialRunSetup()
1865 TF_RETURN_IF_ERROR(StartStep(bgopts, false, &rcg, &count)); in DoRunWithLocalExecution()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h196 void StartStep();
Dcontext.cc278 void EagerContext::StartStep() { in StartStep() function in tensorflow::EagerContext
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc913 void TFE_ContextStartStep(TFE_Context* ctx) { ctx->context.StartStep(); } in TFE_ContextStartStep()