HomeSort by relevance Sort by last modified time
    Searched refs:run_opts (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
partitioned_function_ops.cc 214 FunctionLibraryRuntime::Options run_opts; local
215 run_opts.step_id = ctx->step_id();
216 run_opts.step_container = ctx->step_container();
217 run_opts.cancellation_manager = ctx->cancellation_manager();
218 run_opts.stats_collector = ctx->stats_collector();
219 run_opts.collective_executor = ctx->collective_executor();
222 run_opts.runner = ctx->runner();
223 run_opts.source_device =
225 run_opts.allow_dead_tensors = true;
229 run_opts.rendezvous = rendez
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
function.cc 417 void ExecutorArgsFromOptions(const FunctionLibraryRuntime::Options& run_opts,
1052 Options run_opts = opts; local
1128 Options run_opts = opts; local
    [all...]
direct_session_test.cc 1038 RunOptions run_opts; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
exhaustive_op_test.cc 303 ExecutableRunOptions run_opts; local
304 run_opts.set_allocator(client_->backend().memory_allocator());
305 run_opts.set_intra_op_thread_pool(
308 executable->Run({&input_data}, run_opts));

Completed in 657 milliseconds