Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFIntListIs11XY (0.26 sec)

  1. tensorflow/compiler/mlir/lite/transforms/legalize_patterns.td

    }
    
    // Constraint that Attr has values [1, X, Y, 1]
    def IsIntList1XY1 : AttrConstraint<CPred<"TFIntListIs1XY1($_self)">>;
    
    // Constraint that Attr has values [1, 1, X, Y]
    def IsIntList11XY : AttrConstraint<CPred<"TFIntListIs11XY($_self)">>;
    
    // Constraint that values in list attribute are all ones.
    def IsAllOnes : AttrConstraint<CPred<"TFIntListIsAllOnes($_self)">>;
    
    // Constraint that attribute is string with value either "SAME" or "VALID"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 13:30:42 UTC 2024
    - 28.5K bytes
    - Viewed (0)
Back to top