Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateXlaDeviceCompiler (0.31 sec)

  1. tensorflow/compiler/jit/xla_platform_info.cc

        DeviceExecutablePersistor<xla::LocalExecutable, xla::LocalClient>;
    using PjRtDeviceExecutablePersistor =
        DeviceExecutablePersistor<xla::PjRtLoadedExecutable, xla::PjRtClient>;
    
    XlaDeviceCompiler* CreateXlaDeviceCompiler(
        const XlaDeviceExecutablePersistor::Config& persistor_config,
        DeviceType compilation_device_type, xla::LocalClient* local_client) {
      return new XlaDeviceCompiler(
    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