Searched refs:getZeroPoints (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/Quant/IR/ |
D | TypeDetail.h | 187 ArrayRef<int64_t> getZeroPoints() const { return zeroPoints; } in getZeroPoints() function 196 lhs.getZeroPoints() == rhs.getZeroPoints() && in genericIsEqual() 246 ArrayRef<int64_t> getZeroPoints() const { in getZeroPoints() function
|
D | QuantTypes.cpp | 350 ArrayRef<int64_t> UniformQuantizedPerAxisType::getZeroPoints() const { in getZeroPoints() function in UniformQuantizedPerAxisType 351 return getImpl()->getZeroPoints(); in getZeroPoints()
|
D | TypeParser.cpp | 404 ArrayRef<int64_t> zeroPoints = type.getZeroPoints(); in printUniformQuantizedPerAxisType()
|
/external/llvm-project/mlir/include/mlir/Dialect/Quant/ |
D | QuantTypes.h | 350 ArrayRef<int64_t> getZeroPoints() const; 370 return llvm::all_of(getZeroPoints(), in isFixedPoint()
|
D | UniformSupport.h | 178 zeroPoints(uniformType.getZeroPoints()), in UniformQuantizedPerAxisValueConverter()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_utils.cc | 144 new_scales, qtype.getZeroPoints(), qtype.getQuantizedDimension(), in RescaleQuantizedType() 214 SmallVector<int64_t, 4> zero_points(qtype.getZeroPoints().begin(), in ResetAxisAndBroadcast() 215 qtype.getZeroPoints().end()); in ResetAxisAndBroadcast() 578 scales, q_type.getZeroPoints(), q_type.getQuantizedDimension(), in DownCastScale()
|
D | quantization_utils.h | 412 auto zero_points = aqtype.getZeroPoints(); in matchAndRewrite()
|
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/ |
D | QuantUtils.cpp | 133 weightZp = weightPerAxisQType.getZeroPoints().front(); in buildConvOpQuantizationAttr()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ |
D | flatbuffer_import.cc | 886 per_axis.getZeroPoints(), per_axis.getQuantizedDimension(), in PostProcessFuncOp()
|
D | flatbuffer_export.cc | 817 builder_.CreateVector<int64_t>(qtype.getZeroPoints()), in BuildTensor()
|