Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for IsBoolCompositeAttribute (0.2 sec)

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

                            (Arith_ConstantOp
                                ConstantAttr<RankedI32ElementsAttr<[4]>,"{0, 3, 1, 2}">)), 
                        [(IsBoolCompositeAttribute<"ceil_mode", "false"> $attrs),
                        (IsBoolCompositeAttribute<"count_include_pad", "false"> $attrs),
                        (IsStrCompositeAttribute<"divisor_override", "py_None"> $attrs),
                        (HasSameOrValidPadding $old_val)]>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 28 23:16:05 UTC 2024
    - 7.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/stablehlo/transforms/composite_utils.td

    // Receives a composite DictionaryAttr as an argument and checks if has a
    // BoolAttr with the name `attr_name` and value `val`.
    class IsBoolCompositeAttribute <string attr_name, string val>:
      IsCompositeAttribute<attr_name, BoolAttr, val>;
    
    // Receives a composite DictionaryAttr as an argument and checks if has a
    // StrAttr with the name `attr_name` and value `val`.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 19:05:30 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top