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