Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetUniformQuantizedTypeForBiasWithScale (0.42 sec)

  1. tensorflow/compiler/mlir/lite/transforms/prepare_quantize_helper.h

    // The scale of bias is a multiplication of given scale and scales from the
    // quantization type of other operands.
    inline quant::AccumulatorScaleFunc GetUniformQuantizedTypeForBiasWithScale(
        double scale) {
      return [=](const std::vector<quant::QuantParams>& quant_params,
                 const int adjusted_quant_dim,
                 const bool legacy_float_scale) -> quant::QuantParams {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 28K bytes
    - Viewed (0)
Back to top