Searched refs:minType (Results 1 – 1 of 1) sorted by relevance
934 auto minType = op.min().getType().cast<RankedTensorType>(); in Verify() local936 auto minShape = minType.getShape(); in Verify()937 if (minShape != operandShape && minType.getRank() != 0) { in Verify()