Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for IsCompositeAttribute (0.2 sec)

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

    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`.
    class IsStrCompositeAttribute <string attr_name, string val>:
      IsCompositeAttribute<attr_name, StrAttr, "\"" # 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