Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    class HasMhloCompareType<string value> :
        CPred<"$_self.cast<::mlir::mhlo::ComparisonTypeAttr>().getValue() == " # value>;
    
    // Attribute value should be such that it matches the comparison used by
    // TensorFlow, if the attribute is present.
    def IsMhloTFCompareType : AttrConstraint<
       Or<[CPred<"!$_self">, HasMhloCompareType<"::mlir::mhlo::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