Searched refs:rhs_rt (Results 1 – 1 of 1) sorted by relevance
242 auto rhs_rt = rhs_type.dyn_cast<RankedTensorType>(); in BroadcastCompatible() local243 if (!lhs_rt || !rhs_rt) return true; in BroadcastCompatible()246 rhs_rt.getShape(), shape); in BroadcastCompatible()