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