Searched refs:StartStep (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.h | 224 Status StartStep(const BuildGraphOptions& opts, bool is_partial,
|
D | master_session.cc | 1501 Status MasterSession::StartStep(const BuildGraphOptions& opts, bool is_partial, in StartStep() function in tensorflow::MasterSession 1599 TF_RETURN_IF_ERROR(StartStep(opts, true, &rcg, &count)); in PartialRunSetup() 1935 TF_RETURN_IF_ERROR(StartStep(bgopts, false, &rcg, &count)); in DoRunWithLocalExecution()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | context.h | 277 void StartStep();
|
D | context.cc | 480 void EagerContext::StartStep() { in StartStep() function in tensorflow::EagerContext
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.cc | 1588 void TFE_ContextStartStep(TFE_Context* ctx) { ctx->context->StartStep(); } in TFE_ContextStartStep()
|