Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DeserializeExecutable (0.26 sec)

  1. tensorflow/compiler/jit/pjrt_device_compiler_client.cc

        const XlaCompiler::CompilationResult& result,
        const std::string& serialized_executable) {
      VLOG(1) << "Deserializing from string to xla::PjRtLoadedExecutable.";
      return client_->DeserializeExecutable(serialized_executable,
                                            GetPjRtCompileOptions(options, result));
    }
    
    void PjRtDeviceCompilerClient::WaitForProgramsToFinish() {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/pjrt_device_compiler_client.h

      // is currently only implemented for TfrtTpuPjrtClient and hence, this
      // function doesn't use PjRtClient::LoadSerializedExecutable() and uses
      // PjRtClient::DeserializeExecutable() instead.
      absl::StatusOr<std::unique_ptr<xla::PjRtLoadedExecutable>> LoadExecutable(
          const XlaCompiler::Options& options,
          const XlaCompiler::CompilationResult& result,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 3.4K bytes
    - Viewed (0)
Back to top