Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeConv2D.cpp22 struct Conv2DIsFullyConnected : public OpRewritePattern<tosa::Conv2DOp> { struct
23 explicit Conv2DIsFullyConnected(MLIRContext *context) in Conv2DIsFullyConnected() argument
114 patterns.add<Conv2DIsFullyConnected>(ctx); in populateTosaDecomposeConv2D()