Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tfl_quantizer (0.31 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize.cc

    // def UndoBroadcastFullyConnectedBiasAddWithQDQs : Pat<
    //   (TFL_AddOp $lhs,
    //     (TFL_DequantizeOp
    //       (TFL_QuantizeOp
    //         (Arith_ConstantOp:$const_op $bias),
    //       $qparams)),
    //   $act_fn),
    //   (TFL_AddOp $lhs,
    //     (TFL_DequantizeOp
    //       (TFL_QuantizeOp
    //         (Arith_ConstantOp:$const_op (FlattenTo1D $bias),
    //       $qparams)),
    //   $act_fn),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 00:40:15 UTC 2024
    - 102.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

          $_state.addAttribute("value", value);
          $_state.addAttribute("s_param", s_param);
          $_state.addAttribute("compressed_data", compressed_data);
        }]>
      ];
    }
    
    def TFL_QuantizeOp: TFL_Op<"quantize", [
        FirstAttrDerivedResultType,
        SameOperandsAndResultShape, NoMemoryEffect]> {
      let summary = "Quantize operator";
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top