Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for getZeroPoints (0.12 sec)

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

      // so not passing it during conversion. This design might change if needed.
      ArrayRef<double> scales = qtype.getScales();
      ArrayRef<int64_t> zero_points = qtype.getZeroPoints();
      const int num_channels = scales.size();
      TensorType scale_type = RankedTensorType::get(
          {static_cast<int64_t>(num_channels)}, rewriter.getF32Type());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/flatbuffer_import.cc

              new_qtype = mlir::quant::UniformQuantizedPerAxisType::get(
                  per_axis.getFlags(), per_axis.getStorageType(),
                  per_axis.getExpressedType(), per_axis.getScales(),
                  per_axis.getZeroPoints(), per_axis.getQuantizedDimension(),
                  per_axis.getStorageTypeMin() - 1, per_axis.getStorageTypeMax());
            } else if (auto per_tensor =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 21 18:21:50 UTC 2024
    - 66.8K bytes
    - Viewed (0)
Back to top