Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp261 unsigned weightBits = weightQType.getStorageTypeIntegralWidth(); in buildConvOpResultTypeInfo() local
270 if (inputBits == 16 && weightBits == 8) in buildConvOpResultTypeInfo()