Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for XlaClusterFormationPass (0.7 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/clustering_passes.td

          }) : () -> tensor<f32>
          return %0 : tensor<f32>
        }
        ```
      }];
    
      let constructor = "tensorflow::tf2xla::internal::CreateExtractOutsideCompilationPass()";
    }
    
    def XlaClusterFormationPass : Pass<"tf-xla-cluster-formation", "ModuleOp"> {
      let summary = "Encapsulate partitioned calls within a Cluster op";
      let description = [{
        This pass clusters `tf.PartitionedCall` and `tf.StatefulPartitionedCall`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 02:01:13 UTC 2024
    - 19.8K bytes
    - Viewed (0)
Back to top