Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp122 bool inputIsQuant = !inputEType.template isa<FloatType>(); in verifyConvOp() local
126 if (inputIsQuant != weightIsQuant) { in verifyConvOp()
135 if ((inputIsQuant && !op.getQuantizationInfo()) || in verifyConvOp()
136 (!inputIsQuant && op.getQuantizationInfo())) { in verifyConvOp()