Searched refs:inputViewType (Results 1 – 1 of 1) sorted by relevance
1180 auto inputViewType = op.getInputShapedType(0); in verify() local1181 if (inputViewType.getElementType() != outputViewType.getElementType()) in verify()1183 if (inputViewType.getRank() != outputViewType.getRank()) in verify()