Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tf_quantize_op (0.23 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

    // incorrect placement in the quantization aware training.
    def MatchHardSwishQuantized : Pat<
      (TFL_MulOp (TFL_DequantizeOp (TFL_QuantizeOp
        (TFL_MulOp
         $x, (TFL_DequantizeOp (TFL_QuantizeOp (TFL_AddOp
              $x,
              (Arith_ConstantOp ConstantAttr<RankedF32ElementsAttr<[]>, "3.0f">),
              TFL_AF_Relu6), $qattr2)),
         TFL_AF_None), $qattr1)),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
Back to top