Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/jit/mark_for_compilation_pass.cc

      debug_options.deterministic_cluster_names =
          flags->tf_xla_deterministic_cluster_names;
      debug_options.max_cluster_size = flags->tf_xla_max_cluster_size;
      debug_options.min_cluster_size = flags->tf_xla_min_cluster_size;
      debug_options.fuel = GetPointerToFuel(flags->tf_xla_clustering_fuel);
      debug_options.dump_graphs = flags->tf_xla_clustering_debug;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 21 12:19:41 UTC 2024
    - 85.3K bytes
    - Viewed (0)
Back to top