Home
last modified time | relevance | path

Searched refs:a_tt (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc274 auto a_tt = a.dyn_cast<mlir::TensorType>(); in GetCastCompatibleType() local
278 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()
333 if (!a_tt.hasRank()) { in GetCastCompatibleType()
337 return mlir::RankedTensorType::get(a_tt.getShape(), refined_element_ty); in GetCastCompatibleType()
341 if (!GetCastCompatibleShape(a_tt.getShape(), b_tt.getShape(), &refined_shape)) in GetCastCompatibleType()