Home
last modified time | relevance | path

Searched refs:inputDType (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/include/mlir/Dialect/Tosa/Utils/
DQuantUtils.h57 Type buildQTypeFromMinMax(OpBuilder builder, Type inputDType, Attribute minAttr,
63 TypeAttr buildQTypeAttrFromMinMax(OpBuilder builder, Type inputDType,
/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp279 Type mlir::tosa::buildQTypeFromMinMax(OpBuilder builder, Type inputDType, in buildQTypeFromMinMax() argument
287 quant::ExpressedToQuantizedConverter::forInputType(inputDType); in buildQTypeFromMinMax()
324 auto shape = inputDType.dyn_cast<ShapedType>(); in buildQTypeFromMinMax()