Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tf_xla_max_cluster_size (0.18 sec)

  1. tensorflow/compiler/jit/flags.cc

               "otherwise.  Experimental."),
          Flag("tf_xla_min_cluster_size",
               &mark_for_compilation_flags->tf_xla_min_cluster_size,
               "Minimum number of operators in an XLA compilation. Ignored for "
               "operators placed on an XLA device or operators explicitly marked "
               "for compilation."),
          Flag("tf_xla_max_cluster_size",
               &mark_for_compilation_flags->tf_xla_max_cluster_size,
    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/flags.h

      // Minimum number of operators in an XLA compilation. Ignored for operators
      // placed on an XLA device or operators explicitly marked for compilation.
      int32 tf_xla_min_cluster_size;
    
      // Maximum number of operators in an XLA compilation.
      int32 tf_xla_max_cluster_size;
    
      // If non-empty, limit XLA clustering to the following TF operations.
      string tf_xla_ops_to_cluster;
    
    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