Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tf_xla_persistent_cache_read_only (0.36 sec)

  1. tensorflow/compiler/jit/flags.cc

               "specified devices (comma separated). Each device type should be "
               "able to be converted to `DeviceType`."),
          Flag("tf_xla_persistent_cache_read_only",
               &mark_for_compilation_flags->tf_xla_persistent_cache_read_only,
               "If true, the persistent cache will be read-only."),
          Flag("tf_xla_disable_strict_signature_checks",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/xla_platform_info.cc

          GetMarkForCompilationPassFlags()->tf_xla_disable_strict_signature_checks,
          GetMarkForCompilationPassFlags()->tf_xla_persistent_cache_prefix,
          GetMarkForCompilationPassFlags()->tf_xla_persistent_cache_read_only);
    
      return new PjRtDeviceCompiler(
          std::make_unique<PjRtDeviceExecutablePersistor>(
              std::move(persistor_config), compilation_device_type),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 17:23:27 UTC 2024
    - 17.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/flags.h

      // devices (comma separated). Each device type should be able to be converted
      // to `DeviceType`.
      std::string tf_xla_persistent_cache_device_types;
    
      bool tf_xla_persistent_cache_read_only;
    
      // If true, entries loaded into the XLA compile cache will not have their
      // signatures checked strictly. This should generally not be disabled except
      // for debugging. Defaults to false.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 14.5K bytes
    - Viewed (0)
Back to top