Searched refs:lhs_rt (Results 1 – 1 of 1) sorted by relevance
241 auto lhs_rt = lhs_type.dyn_cast<RankedTensorType>(); in BroadcastCompatible() local243 if (!lhs_rt || !rhs_rt) return true; in BroadcastCompatible()245 return OpTrait::util::getBroadcastedShape(lhs_rt.getShape(), in BroadcastCompatible()