Searched refs:b_tt (Results 1 – 1 of 1) sorted by relevance
275 auto b_tt = b.dyn_cast<mlir::TensorType>(); in GetCastCompatibleType() local278 if (static_cast<bool>(a_tt) ^ static_cast<bool>(b_tt)) return nullptr; in GetCastCompatibleType()282 if (!a_tt && !b_tt) { in GetCastCompatibleType()327 a_tt.getElementType(), b_tt.getElementType(), may_ignore_ref_type_a); in GetCastCompatibleType()330 if (!a_tt.hasRank() && !b_tt.hasRank()) { in GetCastCompatibleType()334 return mlir::RankedTensorType::get(b_tt.getShape(), refined_element_ty); in GetCastCompatibleType()336 if (!b_tt.hasRank()) { in GetCastCompatibleType()341 if (!GetCastCompatibleShape(a_tt.getShape(), b_tt.getShape(), &refined_shape)) in GetCastCompatibleType()