Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_traits.h55 if (!mlir::TF::HasCompatibleElementTypes(type, result_type)) in verifyTrait()
60 if (!mlir::TF::HasCompatibleElementTypes( in verifyTrait()
Dtf_types.h296 bool HasCompatibleElementTypes(Type lhs, Type rhs,
Dtf_types.cc347 bool HasCompatibleElementTypes(Type lhs, Type rhs, in HasCompatibleElementTypes() function
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.h192 bool HasCompatibleElementTypes(const Shape& shape_0, const Shape& shape_1,
Dhlo_verifier.cc447 bool ShapeVerifier::HasCompatibleElementTypes(const Shape& shape_0, in HasCompatibleElementTypes() function in xla::ShapeVerifier
468 if (!HasCompatibleElementTypes(shape_0, shape_1, instruction->shape())) { in HandleRng()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dshape_inference.cc1494 if (HasCompatibleElementTypes(input.getType(), result.getType())) { in InferShapeForFunctionReturnType()