Searched defs:weightWidth (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/ | ||
H A D | TosaDecomposeTransposeConv.cpp | 179 int64_t weightWidth = weightTy.getDimSize(2); matchAndRewrite() local |
/llvm-project/mlir/lib/Dialect/Tosa/IR/ | ||
H A D | TosaOps.cpp | 1456 int64_t weightWidth = ShapedType::kDynamic; inferReturnTypeComponents() local |