Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TFL_AnyStrAttrOf (0.3 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_op_enums.td

    include "tensorflow/compiler/mlir/lite/ir/tfl_op_interfaces.td"
    
    // A string attribute whose value are one of the values in `cases`.
    // Referred TF_AnyStrAttrOf in tensorflow/compiler/mlir/tensorflow/ir/tf_op_base.td
    class TFL_AnyStrAttrOf<list<string> cases> : StringBasedAttr<
      CPred<!foldl(
          "$_self.cast<StringAttr>().getValue() == \"" # !head(cases) # "\"",
          !foreach(case, !tail(cases),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Oct 20 00:05:24 UTC 2022
    - 6.4K bytes
    - Viewed (0)
Back to top