Home
last modified time | relevance | path

Searched refs:fakeQuantAttrsToType (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DFakeQuantSupport.h51 UniformQuantizedType fakeQuantAttrsToType(Location loc, unsigned numBits,
60 fakeQuantAttrsToType(Location loc, unsigned numBits, int32_t quantizedDimension,
DQuantOps.td129 fake_quant_with_min_max_args op. See the fakeQuantAttrsToType() utility
159 fake_quant_with_min_max_vars_per_channel op. See the fakeQuantAttrsToType()
/external/llvm-project/mlir/lib/Dialect/Quant/Transforms/
DConvertSimQuant.cpp90 return fakeQuantAttrsToType( in convertFakeQuantAttrsToType()
117 return fakeQuantAttrsToType(fqOp.getLoc(), fqOp.num_bits(), fqOp.axis(), in convertFakeQuantAttrsToType()
/external/llvm-project/mlir/lib/Dialect/Quant/Utils/
DFakeQuantSupport.cpp108 mlir::quant::fakeQuantAttrsToType(Location loc, unsigned numBits, double rmin, in fakeQuantAttrsToType() function in mlir::quant
139 UniformQuantizedPerAxisType mlir::quant::fakeQuantAttrsToType( in fakeQuantAttrsToType() function in mlir::quant
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize_helper.h379 quant_type = quant::fakeQuantAttrsToType( in replaceStatsOp()
384 quant_type = quant::fakeQuantAttrsToType( in replaceStatsOp()
465 qtype = quant::fakeQuantAttrsToType( in processIntermediates()
478 qtype = quant::fakeQuantAttrsToType( in processIntermediates()
Ddefault_quant_params.cc218 default_quant_params_ = quant::fakeQuantAttrsToType( in GetDefaultQuantParams()
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp320 retType = quant::fakeQuantAttrsToType( in buildQTypeFromMinMax()
328 retType = quant::fakeQuantAttrsToType( in buildQTypeFromMinMax()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h129 quant::fakeQuantAttrsToType(op.getLoc(), num_bits, *op.axis(), mins, in matchAndRewrite()
144 quant::fakeQuantAttrsToType(op.getLoc(), num_bits, rmin, rmax, in matchAndRewrite()
Dquantization_utils.cc96 quantizedEleType = quant::fakeQuantAttrsToType( in GetQuantizedType()
111 quantizedEleType = quant::fakeQuantAttrsToType( in GetQuantizedType()