Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_types.h34 using ::mlir::tf_type::GetCastCompatibleType; // NOLINT
/external/tensorflow/tensorflow/core/ir/types/
Ddialect.cc724 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()
Ddialect.h242 Type GetCastCompatibleType(Type a, Type b, bool may_ignore_ref_type_a = false);
/external/tensorflow/tensorflow/core/transforms/shape_inference/
Dpass.cc214 Type refined_type = tf_type::GetCastCompatibleType( in runOnOperation()
/external/tensorflow/tensorflow/core/transforms/consolidate_attrs/
Dpass.cc61 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/
Dresource_op_lifting.cc261 data_type = TF::GetCastCompatibleType(data_type, type, in RefineType()