Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeDepthwise.cpp34 Type inputEType = inputType.getElementType(); in matchAndRewrite() local
42 if (op.getQuantizationInfo() || !inputEType.isa<FloatType>()) { in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp119 auto inputEType = inputType.getElementType(); in verifyConvOp() local
122 bool inputIsQuant = !inputEType.template isa<FloatType>(); in verifyConvOp()
129 << inputEType << " and " << weightEType; in verifyConvOp()