Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ExecuteProgramAndReturnSingleResult (0.48 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/passes/bridge/convert_tf_quant_to_mhlo_int_test.cc

        CHECK(succeeded(pm.run(module_op.get())));
        // Compile the program.
        return pjrt_client_->Compile(*module_op, xla::CompileOptions{});
      }
    
      absl::StatusOr<std::shared_ptr<xla::Literal>>
      ExecuteProgramAndReturnSingleResult(
          xla::PjRtLoadedExecutable* executable,
          absl::Span<const xla::Literal* const> arguments) {
        // Process and buffer arguments.
        std::vector<std::unique_ptr<xla::PjRtBuffer>> buffers;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 03 01:03:21 UTC 2024
    - 35.8K bytes
    - Viewed (0)
Back to top