Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PjRtDeviceCompilerClient (0.29 sec)

  1. tensorflow/compiler/jit/xla_platform_info.cc

      return new PjRtDeviceCompiler(
          std::make_unique<PjRtDeviceExecutablePersistor>(
              std::move(persistor_config), compilation_device_type),
          std::make_unique<PjRtDeviceCompilerClient>(pjrt_client));
    }
    
    absl::StatusOr<std::optional<std::set<int>>> GetAllowedGpus(
        FunctionLibraryRuntime* flr) {
      std::optional<std::set<int>> gpu_ids = std::nullopt;
    
      if (flr->config_proto()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 17:23:27 UTC 2024
    - 17.4K bytes
    - Viewed (0)
Back to top