Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.cc269 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()
Dtf_types.h281 mlir::Type GetCastCompatibleType(mlir::Type a, mlir::Type b,
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dresource_op_lifting.cc334 data_type = TF::GetCastCompatibleType(data_type, type, in RefineType()