Searched refs:updates_ty (Results 1 – 1 of 1) sorted by relevance
3925 auto updates_ty = op.updates().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite() local3927 if (!tensor_ty || !indices_ty || !updates_ty) return failure(); in matchAndRewrite()3936 int64_t updates_rank = updates_ty.getRank(); in matchAndRewrite()