Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EmitValueConstraintsRemarks (0.17 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/test_cluster_ops_by_policy.cc

                                     /*resolve=*/false, /*emit_remarks=*/true);
      (void)result;
    
      // Emit remarks for all operations that use constrained values.
      EmitValueConstraintsRemarks(constraints);
    }
    
    }  // anonymous namespace
    
    std::unique_ptr<OperationPass<func::FuncOp>> CreateTestClusteringPolicyPass() {
      return std::make_unique<TestClusteringPolicyPass>();
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 04 09:19:38 UTC 2022
    - 3.2K bytes
    - Viewed (0)
Back to top