/external/tensorflow/tensorflow/core/kernels/ |
D | stack.cc | 145 auto* step_container = ctx->step_container(); in GetStack() local 146 if (step_container == nullptr) { in GetStack() 149 TF_RETURN_IF_ERROR(step_container->Lookup(rm, key, stack)); in GetStack() 188 auto* step_container = ctx->step_container(); in Compute() local 189 OP_REQUIRES(ctx, step_container != nullptr, in Compute() 192 OP_REQUIRES_OK(ctx, step_container->Create(rm, key, stack)); in Compute() 208 ctx->step_container()->MakeResourceHandle<Stack>(key, *ctx->device()); in Compute()
|
D | partitioned_function_ops.cc | 239 ScopedStepContainer* step_container = new ScopedStepContainer( in RunFunction() local 243 run_opts.step_container = step_container; in RunFunction() 263 step_container](const Status& status) { in RunFunction() 275 delete step_container; in RunFunction()
|
D | variable_ops.cc | 119 context->step_container()->Create(rm, unique_name, tmp_var)); in Compute() 165 context, context->step_container()->Delete<TemporaryVariableOp::TmpVar>( in Compute()
|
D | function_ops.cc | 230 opts.step_container = ctx->step_container(); in ComputeAsync()
|
D | ops_testutil.cc | 172 params_->step_container = step_container_.get(); in RunOpKernel()
|
D | tensor_array_ops.cc | 84 ctx->step_container()->Lookup(rm, container + ta_handle, tensor_array)); in GetTensorArray() 213 TF_RETURN_IF_ERROR(ctx->step_container()->Create(rm, key, tensor_array)); in CreateTensorArray() 308 TF_RETURN_IF_ERROR(ctx->step_container()->Lookup( in CreateTensorArray() 364 Status s = ctx->step_container()->LookupOrCreate<TensorArray>( in CreateTensorArray()
|
D | batch_kernels.cc | 159 opts.step_container = last_task_context->step_container(); in ProcessFuncBatchImpl()
|
D | functional_ops.cc | 123 opts->step_container = ctx->step_container(); in SetRunOptions()
|
D | tensor_array.h | 348 return ctx->step_container()->MakeResourceHandle<TensorArray>( in resource_handle()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | kernel_and_device.h | 132 ScopedStepContainer* step_container, const EagerKernelArgs& inputs, 147 ScopedStepContainer* step_container, const EagerKernelArgs& inputs, 209 ScopedStepContainer* step_container, const EagerKernelArgs& inputs, 216 ScopedStepContainer* step_container, const EagerKernelArgs& inputs, in RunAsync() argument 222 done(Run(step_container, inputs, outputs, cancellation_manager, in RunAsync() 298 ScopedStepContainer* step_container, const EagerKernelArgs& inputs, 305 ScopedStepContainer* step_container, const EagerKernelArgs& inputs,
|
D | kernel_and_device.cc | 243 ScopedStepContainer* step_container, const EagerKernelArgs& inputs, in Run() argument 282 params.step_container = step_container; in Run() 322 ScopedStepContainer* step_container, const EagerKernelArgs& inputs, in Run() argument 329 RunAsync(step_container, inputs, outputs, cancellation_manager, in Run() 339 ScopedStepContainer* step_container, const EagerKernelArgs& inputs, in RunAsync() argument 384 opts->step_container = step_container; in RunAsync() 394 [opts, rendezvous, local_cm, step_container, this, in RunAsync()
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | graph_compiler.h | 60 ScopedStepContainer* step_container) in GraphCompiler() argument 64 step_container_(step_container) {} in GraphCompiler()
|
D | xla_context.cc | 47 TF_CHECK_OK(ctx->step_container()->Lookup(ctx->resource_manager(), in Get()
|
D | graph_compiler.cc | 336 params->step_container = step_container_; in PartiallySetupParams()
|
D | xla_compiler.cc | 134 auto step_container = absl::make_unique<ScopedStepContainer>( in ExecuteGraph() local 138 TF_RETURN_IF_ERROR(step_container->Create(device->resource_manager(), in ExecuteGraph() 142 GraphCompiler graph_compiler(device, graph.get(), flib, step_container.get()); in ExecuteGraph() 145 step_container.reset(); in ExecuteGraph()
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | captured_function.cc | 842 ScopedStepContainer step_container( in Run() local 846 f_opts.step_container = &step_container; in Run() 905 ScopedStepContainer step_container( in RunWithBorrowedArgs() local 909 f_opts.step_container = &step_container; in RunWithBorrowedArgs() 960 ScopedStepContainer step_container( in RunInstantiated() local 964 f_opts.step_container = &step_container; in RunInstantiated() 1006 ScopedStepContainer* step_container = new ScopedStepContainer( in RunAsync() local 1010 f_opts.step_container = step_container; in RunAsync() 1029 [this, rets, step_container, raw_cancellation_manager, frame, node, in RunAsync() 1036 delete step_container; in RunAsync()
|
D | single_threaded_executor.cc | 297 params.step_container = args.step_container; in Run()
|
D | iterator_ops.cc | 890 ScopedStepContainer step_container(opts.step_id, [ctx](const string& name) { in TryInit() local 893 opts.step_container = &step_container; in TryInit()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.cc | 518 ScopedStepContainer* step_container = new ScopedStepContainer( in StartParallelExecutors() local 524 [this, item, collector, cost_graph, step_container, in StartParallelExecutors() 528 delete step_container; in StartParallelExecutors() 536 args.step_container = step_container; in StartParallelExecutors()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | executor.h | 105 ScopedStepContainer* step_container = nullptr; member
|
D | direct_session.cc | 650 args.step_container = &run_state.step_container; in RunInternal() 1000 args.step_container = &run_state->step_container; in PRunSetup() 1768 : step_container(step_id, [devices, step_id](const string& name) { in RunState()
|
D | function.cc | 531 opts.step_container = ctx->step_container(); in ComputeAsync() 986 exec_args->step_container = run_opts.step_container; in ExecutorArgsFromOptions()
|
D | direct_session.h | 205 ScopedStepContainer step_container; member
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.h | 644 ScopedStepContainer* step_container = nullptr; member 1195 ScopedStepContainer* step_container() const { in step_container() function 1196 return params_->step_container; in step_container()
|
/external/tensorflow/tensorflow/core/tpu/kernels/ |
D | tpu_compile_op_common.cc | 674 if (ctx->step_container() == nullptr) { in ComputeInternal() 679 ctx->step_container()->LookupOrCreate<CompilationRefHolder>( in ComputeInternal()
|