Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_AnyStrAttrOf (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.td

    //   allow num_slices > 1, and allow non default arguments for $mode,
    //   $narrow_range, and $axis.
    def LowerDequantizeOp : Pat<
      (TF_DequantizeOp:$result
        $input, $min_range, $max_range,
        TF_AnyStrAttrOf<["MIN_COMBINED"]>:$mode,
        ConstBoolAttrFalse:$narrow_range,
        ConstantAttr<I64Attr, "-1">:$axis),
      (TF_CastOp
        (TF_AddV2Op
          (TF_MulOp
            (TF_AddV2Op
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 04 13:30:42 UTC 2024
    - 24.7K bytes
    - Viewed (0)
Back to top