Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeDepthwise.cpp73 llvm::SmallVector<int64_t, 2> revisedWeightShape{1, 1, 1, weightShape[2], in matchAndRewrite() local
76 revisedWeightShape, in matchAndRewrite()
81 rewriter.getI64ArrayAttr(revisedWeightShape)) in matchAndRewrite()
H A DTosaDecomposeConv2D.cpp68 llvm::SmallVector<int64_t, 2> revisedWeightShape{weightShape[0], in matchAndRewrite() local
71 revisedWeightShape, in matchAndRewrite()
76 rewriter.getI64ArrayAttr(revisedWeightShape)) in matchAndRewrite()