Searched refs:extentTensorTy (Results 1 – 1 of 1) sorted by relevance
682 if (auto extentTensorTy = shape.getType().dyn_cast<RankedTensorType>()) { in matchAndRewrite() local683 if (extentTensorTy.getDimSize(0) == 0) in matchAndRewrite()819 if (auto extentTensorTy = shape.getType().dyn_cast<RankedTensorType>()) { in matchAndRewrite() local822 if (extentTensorTy.isDynamicDim(0)) in matchAndRewrite()824 maxRank = std::max(maxRank, extentTensorTy.getDimSize(0)); in matchAndRewrite()1632 Type extentTensorTy = RankedTensorType::get({rank}, indexTy); in inferReturnTypes() local1633 inferredReturnTypes.assign({extentTensorTy}); in inferReturnTypes()