Searched refs:fakeQuantAttrsToType (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/mlir/include/mlir/Dialect/Quant/ |
D | FakeQuantSupport.h | 51 UniformQuantizedType fakeQuantAttrsToType(Location loc, unsigned numBits, 60 fakeQuantAttrsToType(Location loc, unsigned numBits, int32_t quantizedDimension,
|
D | QuantOps.td | 129 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/ |
D | ConvertSimQuant.cpp | 90 return fakeQuantAttrsToType( in convertFakeQuantAttrsToType() 117 return fakeQuantAttrsToType(fqOp.getLoc(), fqOp.num_bits(), fqOp.axis(), in convertFakeQuantAttrsToType()
|
/external/llvm-project/mlir/lib/Dialect/Quant/Utils/ |
D | FakeQuantSupport.cpp | 108 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/ |
D | prepare_quantize_helper.h | 379 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()
|
D | default_quant_params.cc | 218 default_quant_params_ = quant::fakeQuantAttrsToType( in GetDefaultQuantParams()
|
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/ |
D | QuantUtils.cpp | 320 retType = quant::fakeQuantAttrsToType( in buildQTypeFromMinMax() 328 retType = quant::fakeQuantAttrsToType( in buildQTypeFromMinMax()
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_utils.h | 129 quant::fakeQuantAttrsToType(op.getLoc(), num_bits, *op.axis(), mins, in matchAndRewrite() 144 quant::fakeQuantAttrsToType(op.getLoc(), num_bits, rmin, rmax, in matchAndRewrite()
|
D | quantization_utils.cc | 96 quantizedEleType = quant::fakeQuantAttrsToType( in GetQuantizedType() 111 quantizedEleType = quant::fakeQuantAttrsToType( in GetQuantizedType()
|