Searched refs:StartStep (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.h | 226 Status StartStep(const BuildGraphOptions& opts, bool is_partial,
|
D | master_session.cc | 1431 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/ |
D | context.h | 196 void StartStep();
|
D | context.cc | 278 void EagerContext::StartStep() { in StartStep() function in tensorflow::EagerContext
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api.cc | 913 void TFE_ContextStartStep(TFE_Context* ctx) { ctx->context.StartStep(); } in TFE_ContextStartStep()
|