Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for set_run_id (0.09 sec)

  1. tensorflow/compiler/jit/kernels/xla_ops.cc

          // is safe, as only TF dist-strat can produce distributed ops, and we
          // can rely on TF dist-strat invariants.
          xla::RunId run_id(0);
          run_options.set_run_id(run_id);
    
          absl::StatusOr<xla::ExecutionOutput> execution_output = RunExecutable(
              platform_info, launch_context, std::move(*execution_inputs),
              run_options, executable, ctx, allocator.get());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 22:46:36 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top