Lines Matching refs:dilation
175 ArrayAttr stride, ArrayAttr dilation) { in buildConvOpWithQuantInfo() argument
180 result.addAttribute("dilation", dilation); in buildConvOpWithQuantInfo()
1050 llvm::SmallVector<int64_t> dilation; in inferReturnTypeComponents() local
1054 getI64Values(adaptor.getDilation(), dilation); in inferReturnTypeComponents()
1061 int32_t filterSize = (weightHeight - 1) * dilation[0] + 1; in inferReturnTypeComponents()
1069 int32_t filterSize = (weightWidth - 1) * dilation[1] + 1; in inferReturnTypeComponents()
1120 llvm::SmallVector<int64_t> dilation; in inferReturnTypeComponents() local
1124 getI64Values(adaptor.getDilation(), dilation); in inferReturnTypeComponents()
1131 int32_t filterSize = (weightHeight - 1) * dilation[0] + 1; in inferReturnTypeComponents()
1139 int32_t filterSize = (weightWidth - 1) * dilation[1] + 1; in inferReturnTypeComponents()
1147 int32_t filterSize = (weightDepth - 1) * dilation[2] + 1; in inferReturnTypeComponents()
1222 llvm::SmallVector<int64_t> dilation; in inferReturnTypeComponents() local
1226 getI64Values(adaptor.getDilation(), dilation); in inferReturnTypeComponents()
1233 int32_t filterSize = (weightHeight - 1) * dilation[0] + 1; in inferReturnTypeComponents()
1241 int32_t filterSize = (weightWidth - 1) * dilation[1] + 1; in inferReturnTypeComponents()