Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for xla_compile_cache (0.24 sec)

  1. tensorflow/compiler/jit/tests/device_compiler_test_helper.h

      // found, returns NOT_FOUND error.
      Status AlterPersistentCacheEntryHloModuleNames(
          absl::string_view persistent_cache_dir_path,
          absl::string_view file_prefix = "xla_compile_cache");
    
     private:
      JitCompilationListener* listener_;
    };
    
    }  // namespace tensorflow
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 09 08:24:16 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/flags.cc

          Flag("tf_xla_persistent_cache_prefix",
               &mark_for_compilation_flags->tf_xla_persistent_cache_prefix,
               "Specifies the persistance cache prefix. Default is "
               "\"xla_compile_cache\""),
          Flag("tf_xla_sparse_core_disable_table_stacking",
               &sparse_core_flags->tf_xla_sparse_core_disable_table_stacking,
               "Disable table stacking for all the tables passed to the SparseCore"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 17 18:52:57 UTC 2024
    - 24.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/flags.h

      // for debugging. Defaults to false.
      bool tf_xla_disable_strict_signature_checks;
    
      // Specifies the persistance cache prefix. Default is "xla_compile_cache"
      string tf_xla_persistent_cache_prefix;
    };
    
    // Flags associated with XLA Sparse Core.
    struct XlaSparseCoreFlags {
      // Max level of division to split input data into minibatches.
    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