Searched refs:lhs_tt (Results 1 – 1 of 1) sorted by relevance
211 auto lhs_tt = lhs_type.dyn_cast<TensorType>(); in BroadcastCompatible() local213 if (!lhs_tt || !rhs_tt) { in BroadcastCompatible()221 auto lhs_et = lhs_tt.getElementType(); in BroadcastCompatible()