Home
last modified time | relevance | path

Searched defs:weightTy (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeTransposeConv.cpp88 ShapedType weightTy = cast<ShapedType>(weight.getType()); matchAndRewrite() local
151 ShapedType weightTy = cast<ShapedType>(weight.getType()); matchAndRewrite() local
[all...]
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp245 ShapedType weightTy = cast<ShapedType>(weight.getType()); matchAndRewrite() local
414 ShapedType weightTy = cast<ShapedType>(weight.getType()); matchAndRewrite() local
628 auto weightTy = cast<ShapedType>(weight.getType()); matchAndRewrite() local
[all...]