Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeDepthwise.cpp23 struct DepthwiseConv2DIsMul : public OpRewritePattern<tosa::DepthwiseConv2DOp> { struct
24 explicit DepthwiseConv2DIsMul(MLIRContext *context) in DepthwiseConv2DIsMul() argument
119 patterns.add<DepthwiseConv2DIsMul>(ctx); in populateTosaDecomposeDepthwise()