Home
last modified time | relevance | path

Searched defs:step_container (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dkernel_and_device.cc264 ScopedStepContainer* step_container, const EagerKernelArgs& inputs, in Run()
353 ScopedStepContainer* step_container, std::vector<EagerKernelRet>* outputs, in PrepareForRun()
413 ScopedStepContainer* step_container, const EagerKernelArgs& inputs, in Run()
458 ScopedStepContainer* step_container, const EagerKernelArgs& inputs, in RunAsync()
H A Dkernel_and_device.h223 void RunAsync(ScopedStepContainer* step_container, in RunAsync()
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dcaptured_function.cc794 ScopedStepContainer step_container( in Run() local
857 ScopedStepContainer step_container( in RunWithBorrowedArgs() local
912 ScopedStepContainer step_container( in RunInstantiated() local
959 ScopedStepContainer* step_container = new ScopedStepContainer( in RunAsync() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dstack.cc145 auto* step_container = ctx->step_container(); in GetStack() local
188 auto* step_container = ctx->step_container(); in Compute() local
H A Dpartitioned_function_ops.cc240 ScopedStepContainer* step_container = new ScopedStepContainer( in RunFunction() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dgraph_compiler.h60 ScopedStepContainer* step_container) in GraphCompiler()
H A Dxla_compiler.cc136 auto step_container = std::make_unique<ScopedStepContainer>( in ExecuteGraph() local
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dkernel_fallback_compat_request_state.cc64 tfrt::OwnedOrUnownedPtr<ScopedStepContainer> step_container, in KernelFallbackCompatRequestState()
H A Dkernel_fallback_compat_request_state.h104 ScopedStepContainer* step_container() const { return step_container_.get(); } in step_container() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dexecutor.h102 ScopedStepContainer* step_container = nullptr; member
H A Ddirect_session.h205 ScopedStepContainer step_container; member
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.h617 ScopedStepContainer* step_container = nullptr; member
1151 ScopedStepContainer* step_container() const { in step_container() function
H A Dfunction.h848 ScopedStepContainer* step_container = nullptr; member
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/
H A Dgraph_mgr.cc524 ScopedStepContainer* step_container = new ScopedStepContainer( in StartParallelExecutors() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/
H A Diterator_ops.cc821 ScopedStepContainer step_container(opts.step_id, [ctx](const string& name) { in TryInit() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dc_api_tfrt.cc1012 auto* step_container = GetEagerContext()->StepContainer(); in BuildFunctionRequestContext() local