Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OP_REQUIRES_ASYNC (0.2 sec)

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

          absl::StatusOr<xla::ExecutionOutput> execution_output = RunExecutable(
              platform_info, launch_context, std::move(*execution_inputs),
              run_options, executable, ctx, allocator.get());
          OP_REQUIRES_ASYNC(ctx, execution_output.ok(), execution_output.status(),
                            done);
    
          OP_REQUIRES_OK_ASYNC(
              ctx,
              launch_context.PopulateOutputs(
    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