Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HasChloCompareType (0.11 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/legalize_hlo_patterns.td

    class HasChloCompareType<string value> :
        CPred<"$_self.cast<::mlir::chlo::ComparisonTypeAttr>().getValue() == " # value>;
    
    // Attribute value should be such that it matches the comparison used by
    // TensorFlow, if the attribute is present.
    def IsChloTFCompareType : AttrConstraint<
       Or<[CPred<"!$_self">, HasChloCompareType<"::mlir::chlo::ComparisonType::FLOAT">,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Feb 03 08:58:22 UTC 2024
    - 34K bytes
    - Viewed (0)
Back to top