Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetResourceMgrForDeviceCompiler (0.44 sec)

  1. tensorflow/compiler/jit/xla_platform_info.cc

        FunctionLibraryRuntime* flr,
        DeviceCompiler<xla::PjRtLoadedExecutable, xla::PjRtClient>**
            pjrt_device_compiler,
        DeviceCompilationProfiler** profiler) {
      TF_ASSIGN_OR_RETURN(ResourceMgr * rm, GetResourceMgrForDeviceCompiler(
                                                ctx, platform_info.device_type()));
      return GetOrCreatePjRtDeviceCompilerAndProfiler(
          platform_info, rm, flr, pjrt_device_compiler, profiler);
    }
    
    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