Searched refs:a_tt (Results 1 – 1 of 1) sorted by relevance
728 auto a_tt = a.dyn_cast<TensorType>(); in GetCastCompatibleType() local732 if (static_cast<bool>(a_tt) ^ static_cast<bool>(b_tt)) return nullptr; in GetCastCompatibleType()736 if (!a_tt && !b_tt) { in GetCastCompatibleType()783 a_tt.getElementType(), b_tt.getElementType(), may_ignore_ref_type_a); in GetCastCompatibleType()786 if (!a_tt.hasRank() && !b_tt.hasRank()) { in GetCastCompatibleType()789 if (!a_tt.hasRank()) { in GetCastCompatibleType()793 return RankedTensorType::get(a_tt.getShape(), refined_element_ty); in GetCastCompatibleType()797 if (!GetCastCompatibleShape(a_tt.getShape(), b_tt.getShape(), &refined_shape)) in GetCastCompatibleType()