Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Tosa/Utils/
DQuantUtils.cpp94 #define GET_QTYPE(input_type) \ macro
254 auto inputQType = GET_QTYPE(inputType); in buildConvOpResultTypeInfo()
255 auto weightQType = GET_QTYPE(weightType); in buildConvOpResultTypeInfo()