Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp250 unsigned inputBits = inputQType.getStorageTypeIntegralWidth(); in buildConvOpResultTypeInfo() local
258 if (inputBits == 16 && weightBits == 8) in buildConvOpResultTypeInfo()
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp251 unsigned inputBits = inputQType.getStorageTypeIntegralWidth(); in buildMatMulOpWithQuantInfo() local
257 if (inputBits == 16) in buildMatMulOpWithQuantInfo()