Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_traits.h57 if (!mlir::tf_type::HasCompatibleElementTypes(type, result_type)) in verifyTrait()
62 if (!mlir::tf_type::HasCompatibleElementTypes( in verifyTrait()
H A Dtf_types.h35 using ::mlir::tf_type::HasCompatibleElementTypes; // NOLINT
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/
H A Dops.td570 return tf_type::HasCompatibleElementTypes(lhs, rhs);
684 return tf_type::HasCompatibleElementTypes(lhs, rhs);
837 return tf_type::HasCompatibleElementTypes(lhs, rhs);
958 return tf_type::HasCompatibleElementTypes(lhs, rhs);
H A Dops.cc931 if (!tf_type::HasCompatibleElementTypes(arg_type, op_type)) { in VerifySignature()
941 if (!tf_type::HasCompatibleElementTypes(ret_type, res_type)) { in VerifySignature()
966 if (!tf_type::HasCompatibleElementTypes(type, in VerifyTypeArray()
/aosp_15_r20/external/tensorflow/tensorflow/core/ir/types/
H A Ddialect.h256 bool HasCompatibleElementTypes(Type lhs, Type rhs,
H A Ddialect.cc803 bool HasCompatibleElementTypes(Type lhs, Type rhs, in HasCompatibleElementTypes() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_verifier.h297 bool HasCompatibleElementTypes(const Shape& shape_0, const Shape& shape_1,
H A Dhlo_verifier.cc797 bool ShapeVerifier::HasCompatibleElementTypes(const Shape& shape_0, in HasCompatibleElementTypes() function in xla::ShapeVerifier
818 if (!HasCompatibleElementTypes(shape_0, shape_1, instruction->shape())) { in HandleRng()
/aosp_15_r20/external/tensorflow/tensorflow/core/transforms/region_to_functional/
H A Dimpl.cc724 if (!tf_type::HasCompatibleElementTypes(lhs.getType(), rhs.getType())) in RegionEqualTo()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dshape_inference.cc2585 if (HasCompatibleElementTypes(input.getType(), result.getType()) && in InferShapeForFunctionReturnType()