Searched refs:initTy (Results 1 – 1 of 1) sorted by relevance
42 auto initTy = init.getType().dyn_cast<RankedTensorType>(); in matchAndReplaceDepthwiseConv() local44 if (!kernelTy || !initTy || !resultTy) in matchAndReplaceDepthwiseConv()64 RankedTensorType::get({initTy.getDimSize(0), initTy.getDimSize(1), in matchAndReplaceDepthwiseConv()65 initTy.getDimSize(2), initTy.getDimSize(3)}, in matchAndReplaceDepthwiseConv()66 initTy.getElementType()); in matchAndReplaceDepthwiseConv()