Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AreIntSplatValuesEqual (0.18 sec)

  1. tensorflow/compiler/mlir/quantization/common/attrs_and_constraints.td

    class IsIntSplatValueEqual<string type, string x> : Constraint<CPred<
      "IsSplatValueEqual<"# type #">($0, "# x #")">>;
    
    // Checks if two values are integer constants and their values are equal.
    class AreIntSplatValuesEqual<string type> : Constraint<CPred<
      "AreSplatValuesEqual<"# type #">($0, $1)">>;
    
    // Returns defining op of this value.
    def GetDefiningOp :  NativeCodeCall<"$0.getDefiningOp()">;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Mar 08 04:55:44 UTC 2024
    - 6.7K bytes
    - Viewed (0)
Back to top