Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for qt (0.01 sec)

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

    // TODO(fengliuai): move this to the sanity check of pre-quantize pass.
    def eliminate_dq_q_pairs : Pat<
      (TFL_QuantizeOp (TFL_DequantizeOp $in), $qt),
      (replaceWithValue $in),
      [(NotFromQuantOpOrSameQuantType $in, $qt)]>;
    
    // Matching HardSwish
    def MatchHardSwishPattern1 : Pat<
      (TFL_MulOp
        (TFL_MulOp
         $x, (TFL_AddOp
              $x,
    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