Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h329 ScopedStepContainer* StepContainer();
Dexecute.cc1126 ScopedStepContainer* container = ctx->StepContainer(); in EagerKernelExecute()
1331 ctx->StepContainer(), *inputs, outputs.get(), cancellation_manager, in EagerKernelExecuteAsync()
Dcontext.cc617 ScopedStepContainer* EagerContext::StepContainer() { in StepContainer() function in tensorflow::EagerContext