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.h198 ScopedStepContainer* StepContainer();
Dcontext.cc299 ScopedStepContainer* EagerContext::StepContainer() { in StepContainer() function in tensorflow::EagerContext
Dexecute.cc942 ScopedStepContainer* container = ctx->StepContainer(); in EagerKernelExecute()