Searched refs:CompatibleIgnoringElementType (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/ |
D | shape_util_test.cc | 245 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()
|
D | shape_util.cc | 548 /* static */ bool ShapeUtil::CompatibleIgnoringElementType(const Shape& lhs, in CompatibleIgnoringElementType() function in xla::ShapeUtil 1515 if (!CompatibleIgnoringElementType(a, b)) { in FindTranspose021()
|
D | shape_util.h | 286 static bool CompatibleIgnoringElementType(const Shape& lhs, const Shape& rhs);
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | slice_sinker.cc | 61 return ShapeUtil::CompatibleIgnoringElementType( in IsElementwiseOperationOnSimilarSlices()
|
D | hlo_verifier.cc | 1579 if (!ShapeUtil::CompatibleIgnoringElementType(operand_shape, out_shape)) { in CheckElementwiseInstruction()
|
D | hlo_instruction.cc | 1330 if (sharding_ != nullptr && ShapeUtil::CompatibleIgnoringElementType( in SetupDerivedInstruction()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emission_utils.cc | 529 if (!(ShapeUtil::CompatibleIgnoringElementType( in AreFusedReductionOutputsConsistent()
|