Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DeviceExecutablePersistor (0.16 sec)

  1. tensorflow/compiler/jit/device_compiler_disable_test.cc

      DeviceType device_type = DeviceType(DEVICE_CPU_XLA_JIT);
    
      const XlaCompiler::CompilationResult* compilation_result;
      xla::LocalExecutable* executable;
    
      using XlaDeviceExecutablePersistor =
          DeviceExecutablePersistor<xla::LocalExecutable, xla::LocalClient>;
      auto persistor = std::make_unique<XlaDeviceExecutablePersistor>(
          XlaDeviceExecutablePersistor::Config(), device_type);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top