Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for verify_clustering_pass (0.17 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/BUILD

            ":tpu_sharding_identification_pass",
            ":verify_clustering_pass",
            ":xla_broadcast",
            ":xla_cluster_formation",
            "@llvm-project//mlir:FuncDialect",
            "@llvm-project//mlir:IR",
            "@llvm-project//mlir:Pass",
        ],
    )
    
    cc_library(
        name = "verify_clustering_pass",
        srcs = [
            "verify_clustering_pass.cc",
        ],
        deps = [
            ":clustering_passes_inc_gen",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 17:50:14 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/internal/passes/clustering_passes.td

    See the License for the specific language governing permissions and
    limitations under the License.
    ==============================================================================*/
    include "mlir/Pass/PassBase.td"
    
    def VerifyClusteringPass : Pass<"verify-clustering-pass", "mlir::func::FuncOp"> {
    
      let summary = "Verify that the Bridge output is correct and errors if verification fails.";
    
      let description = [{
    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