Home
last modified time | relevance | path

Searched refs:inputSize (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/IR/
H A DTosaOps.cpp1062 int32_t unstridedResult = inputSize - filterSize + 1; in inferReturnTypeComponents()
1068 int32_t inputSize = inputWidth + padding[2] + padding[3]; in inferReturnTypeComponents() local
1070 int32_t unstridedResult = inputSize - filterSize + 1; in inferReturnTypeComponents()
1132 int32_t unstridedResult = inputSize - filterSize + 1; in inferReturnTypeComponents()
1138 int32_t inputSize = inputWidth + padding[2] + padding[3]; in inferReturnTypeComponents() local
1140 int32_t unstridedResult = inputSize - filterSize + 1; in inferReturnTypeComponents()
1146 int32_t inputSize = inputDepth + padding[4] + padding[5]; in inferReturnTypeComponents() local
1148 int32_t unstridedResult = inputSize - filterSize + 1; in inferReturnTypeComponents()
1234 int32_t unstridedResult = inputSize - filterSize + 1; in inferReturnTypeComponents()
1240 int32_t inputSize = inputWidth + padding[2] + padding[3]; in inferReturnTypeComponents() local
[all …]
/llvm-project-15.0.7/lld/COFF/
H A DChunks.cpp367 size_t inputSize = getSize(); in writeTo() local
373 if (rel.VirtualAddress >= inputSize) { in writeTo()