Searched refs:GetCastCompatibleType (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_types.h | 34 using ::mlir::tf_type::GetCastCompatibleType; // NOLINT
|
/external/tensorflow/tensorflow/core/ir/types/ |
D | dialect.cc | 724 Type GetCastCompatibleType(Type a, Type b, bool may_ignore_ref_type_a) { in GetCastCompatibleType() function 772 GetCastCompatibleType(std::get<0>(subtypes), std::get<1>(subtypes), in GetCastCompatibleType() 782 Type refined_element_ty = GetCastCompatibleType( in GetCastCompatibleType() 805 return GetCastCompatibleType(lhs, rhs, may_ignore_ref_type_lhs) != nullptr; in HasCompatibleElementTypes() 812 GetCastCompatibleType(common, type, /*may_ignore_ref_type_a=*/false); in AreCastCompatible()
|
D | dialect.h | 242 Type GetCastCompatibleType(Type a, Type b, bool may_ignore_ref_type_a = false);
|
/external/tensorflow/tensorflow/core/transforms/shape_inference/ |
D | pass.cc | 214 Type refined_type = tf_type::GetCastCompatibleType( in runOnOperation()
|
/external/tensorflow/tensorflow/core/transforms/consolidate_attrs/ |
D | pass.cc | 61 Type reified_type = tf_type::GetCastCompatibleType(inferred, orig); in GetReifiedType() 154 Type reified = tf_type::GetCastCompatibleType(resource, type); in refineTypeWithHandleData()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | resource_op_lifting.cc | 261 data_type = TF::GetCastCompatibleType(data_type, type, in RefineType()
|