Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateUniformQuantizedPerAxisTypeParams (0.31 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/quantize_composite_functions.cc

          DenseIntElementsAttr::get(zero_point_type,
                                    {static_cast<int32_t>(qtype.getZeroPoint())}));
      return success(scale && zero_point);
    }
    
    LogicalResult CreateUniformQuantizedPerAxisTypeParams(
        quant::UniformQuantizedPerAxisType qtype, Location loc,
        PatternRewriter& rewriter, Value& scale, Value& zero_point) {
      // Consuming op should already know about Quantized channel information,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top