Searched defs:weightTy (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ | ||
H A D | TosaDecomposeTransposeConv.cpp | 88 ShapedType weightTy = cast<ShapedType>(weight.getType()); matchAndRewrite() local |
/llvm-project/mlir/lib/Conversion/TosaToLinalg/ | ||
H A D | TosaToLinalgNamed.cpp | 245 ShapedType weightTy = cast<ShapedType>(weight.getType()); matchAndRewrite() local |