Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Utils/
H A DQuantUtils.cpp108 #define GET_QTYPE(input_type) \ macro
244 auto inputQType = GET_QTYPE(inputType); in buildConvOpResultTypeInfo()
245 auto weightQType = GET_QTYPE(weightType); in buildConvOpResultTypeInfo()