Home
last modified time | relevance | path

Searched refs:CompatibleIgnoringElementType (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc245 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(tuple1, tuple2)); in TEST()
262 EXPECT_TRUE(ShapeUtil::CompatibleIgnoringElementType(tuple1, tuple2)); in TEST()
279 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(shape1, shape2)); in TEST()
280 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(shape2, shape1)); in TEST()
292 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(shape1, shape2)); in TEST()
293 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(shape2, shape1)); in TEST()
Dshape_util.cc548 /* static */ bool ShapeUtil::CompatibleIgnoringElementType(const Shape& lhs, in CompatibleIgnoringElementType() function in xla::ShapeUtil
1515 if (!CompatibleIgnoringElementType(a, b)) { in FindTranspose021()
Dshape_util.h286 static bool CompatibleIgnoringElementType(const Shape& lhs, const Shape& rhs);
/external/tensorflow/tensorflow/compiler/xla/service/
Dslice_sinker.cc61 return ShapeUtil::CompatibleIgnoringElementType( in IsElementwiseOperationOnSimilarSlices()
Dhlo_verifier.cc1579 if (!ShapeUtil::CompatibleIgnoringElementType(operand_shape, out_shape)) { in CheckElementwiseInstruction()
Dhlo_instruction.cc1330 if (sharding_ != nullptr && ShapeUtil::CompatibleIgnoringElementType( in SetupDerivedInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc529 if (!(ShapeUtil::CompatibleIgnoringElementType( in AreFusedReductionOutputsConsistent()