Searched refs:GetCastCompatibleType (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_types.cc | 269 mlir::Type GetCastCompatibleType(mlir::Type a, mlir::Type b, in GetCastCompatibleType() function 316 GetCastCompatibleType(std::get<0>(subtypes), std::get<1>(subtypes), in GetCastCompatibleType() 326 mlir::Type refined_element_ty = GetCastCompatibleType( in GetCastCompatibleType() 349 return GetCastCompatibleType(lhs, rhs, may_ignore_ref_type_lhs) != nullptr; in HasCompatibleElementTypes() 356 GetCastCompatibleType(common, type, /*may_ignore_ref_type_a=*/false); in AreCastCompatible()
|
D | tf_types.h | 281 mlir::Type GetCastCompatibleType(mlir::Type a, mlir::Type b,
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | resource_op_lifting.cc | 334 data_type = TF::GetCastCompatibleType(data_type, type, in RefineType()
|