Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for RunPjRtExecutable (2.12 sec)

  1. tensorflow/compiler/jit/xla_launch_util.cc

      }
      return RunPjRtExecutable(/*num_missing_prefix_ctx_inputs=*/0, inputs,
                               variable_snapshots, variables, compilation_result,
                               pjrt_client, executable, ctx);
    }
    
    // TODO(b/289421064): Add unit test for this.
    Status RunPjRtExecutable(
        int num_missing_prefix_ctx_inputs, const std::vector<const Tensor*>& inputs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 00:36:08 UTC 2024
    - 40.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/kernels/xla_ops.cc

                done);
            OP_REQUIRES_OK_ASYNC(ctx, LockVariables(absl::MakeSpan(variable_infos)),
                                 done);
            OP_REQUIRES_OK_ASYNC(
                ctx,
                RunPjRtExecutable(inputs, variable_infos, *compilation_result,
                                  pjrt_client, pjrt_executable, ctx),
                done);
          }
          VLOG(2) << "Done executing with PJRT.";
          done();
        };
    
    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