Home
last modified time | relevance | path

Searched defs:filterSize (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp1491 int64_t filterSize = (weightHeight - 1) * dilation[0] + 1; inferReturnTypeComponents() local
1499 int64_t filterSize = (weightWidth - 1) * dilation[1] + 1; inferReturnTypeComponents() local
1555 int32_t filterSize = (weightDepth - 1) * dilation[0] + 1; inferReturnTypeComponents() local
1563 int32_t filterSize = (weightHeight - 1) * dilation[1] + 1; inferReturnTypeComponents() local
1571 int32_t filterSize = (weightWidth - 1) * dilation[2] + 1; inferReturnTypeComponents() local
1658 int64_t filterSize = (weightHeight - 1) * dilation[0] + 1; inferReturnTypeComponents() local
1666 int64_t filterSize = (weightWidth - 1) * dilation[1] + 1; inferReturnTypeComponents() local
[all...]