Searched defs:kernelDim (Results 1 – 1 of 1) sorted by relevance
154 getConvOrPoolOutputDim(Location loc,Value inputDim,int64_t padBeforeAttr,int64_t padAfterAttr,Value kernelDim,int64_t strideAttr,int64_t dilationAttr,OpBuilder & rewriter) getConvOrPoolOutputDim() argument 191 int64_t kernelDim = kernelSizeDims[i]; inferDynamicDimsForConv() local