Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeTransposeConv.cpp205 weight = createOpAndInfer<tosa::PadOp>( in matchAndRewrite()
225 weight = createOpAndInfer<tosa::ReshapeOp>( in matchAndRewrite()
234 weight = createOpAndInfer<tosa::TransposeOp>( in matchAndRewrite()
242 weight = createOpAndInfer<tosa::ReshapeOp>( in matchAndRewrite()
247 weight = createOpAndInfer<tosa::ReverseOp>( in matchAndRewrite()
250 weight = createOpAndInfer<tosa::ReverseOp>( in matchAndRewrite()
269 input = createOpAndInfer<tosa::PadOp>( in matchAndRewrite()
292 conv2d = createOpAndInfer<tosa::Conv2DOp>( in matchAndRewrite()
301 conv2d = createOpAndInfer<tosa::Conv2DOp>( in matchAndRewrite()
320 conv2d = createOpAndInfer<tosa::ReshapeOp>( in matchAndRewrite()
[all …]