Searched refs:rhs_tt (Results 1 – 1 of 1) sorted by relevance
212 auto rhs_tt = rhs_type.dyn_cast<TensorType>(); in BroadcastCompatible() local213 if (!lhs_tt || !rhs_tt) { in BroadcastCompatible()222 auto rhs_et = rhs_tt.getElementType(); in BroadcastCompatible()