Searched defs:kwSize (Results 1 – 2 of 2) sorted by relevance
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ | ||
H A D | Transforms.cpp | 1374 int64_t khSize = kernelShape[khIndex], kwSize = kernelShape[kwIndex]; returningMatchAndRewrite() local |
H A D | Vectorization.cpp | 83 int64_t kwSize, int strideW, int dilationW, in extractConvInputSlices() argument |