Searched refs:y_ranked (Results 1 – 1 of 1) sorted by relevance
71 auto y_ranked = y.dyn_cast<RankedTensorType>(); in GetBroadcastType() local72 if (!x_ranked || !y_ranked) { in GetBroadcastType()77 auto shape_y = y_ranked.getShape(); in GetBroadcastType()