Home
last modified time | relevance | path

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

/external/llvm-project/mlir/test/lib/Dialect/Tosa/
DTosaTestPasses.cpp42 auto tosaNegateOp = cast<tosa::NegateOp>(op); in matchAndRewrite() local
45 tosaNegateOp.input1().getType().dyn_cast<mlir::RankedTensorType>(); in matchAndRewrite()
52 tosaNegateOp.getResult().getType().dyn_cast<mlir::RankedTensorType>(); in matchAndRewrite()
86 if (!matchPattern(tosaNegateOp.input1(), m_Constant(&inputElems))) in matchAndRewrite()