Home
last modified time | relevance | path

Searched refs:castToExpressedType (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Quant/
DQuantTypes.h165 static Type castToExpressedType(Type quantizedType);
/external/llvm-project/mlir/lib/Dialect/Quant/IR/
DQuantTypes.cpp171 Type QuantizedType::castToExpressedType(Type quantizedType) { in castToExpressedType() function in QuantizedType
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dprepare_quantize_helper.h489 qtype.castToExpressedType(attr.getValue())))); in processIntermediates()
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.h429 QType::castToExpressedType(output_type)); in matchAndRewrite()
Dquantization_driver.cc588 quant::QuantizedType::castToExpressedType(value.getType()); in RequantizeValue()
Dquantization_utils.cc147 quant::QuantizedType::castToExpressedType(input))) { in RescaleQuantizedType()
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dflatbuffer_import.cc899 mlir::quant::UniformQuantizedType::castToExpressedType( in PostProcessFuncOp()