Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp123 bool weightIsQuant = !weightEType.template isa<FloatType>(); in verifyConvOp() local
126 if (inputIsQuant != weightIsQuant) { in verifyConvOp()