Searched refs:x_ranked (Results 1 – 2 of 2) sorted by relevance
70 auto x_ranked = x.dyn_cast<RankedTensorType>(); in GetBroadcastType() local72 if (!x_ranked || !y_ranked) { in GetBroadcastType()76 auto shape_x = x_ranked.getShape(); in GetBroadcastType()
2231 auto x_ranked = x.dyn_cast<RankedTensorType>(); in UpdateResultElementType() local2232 if (!x_ranked) { in UpdateResultElementType()2236 auto shape_x = x_ranked.getShape(); in UpdateResultElementType()