Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc247 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(tuple1, tuple2)); in TEST()
264 EXPECT_TRUE(ShapeUtil::CompatibleIgnoringElementType(tuple1, tuple2)); in TEST()
281 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(shape1, shape2)); in TEST()
282 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(shape2, shape1)); in TEST()
294 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(shape1, shape2)); in TEST()
295 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(shape2, shape1)); in TEST()
Dshape_util.h314 static bool CompatibleIgnoringElementType(const Shape& lhs, const Shape& rhs);
Dshape_util.cc658 /* static */ bool ShapeUtil::CompatibleIgnoringElementType(const Shape& lhs, in CompatibleIgnoringElementType() function in xla::ShapeUtil
1689 if (!CompatibleIgnoringElementType(a, b)) { in FindTranspose021()
/external/tensorflow/tensorflow/compiler/xla/service/
Dslice_sinker.cc61 return ShapeUtil::CompatibleIgnoringElementType( in IsElementwiseOperationOnSimilarSlices()
Dspace_to_batch_converter.cc1018 if (ShapeUtil::CompatibleIgnoringElementType(previous_broadcast->shape(), in PropagateOnBroadcast()
1245 if (ShapeUtil::CompatibleIgnoringElementType( in Propagate()
Dsharding_propagation.cc1395 if (ShapeUtil::CompatibleIgnoringElementType(instruction.shape(), in GetShardingFromUser()
Dhlo_verifier.cc1748 if (!ShapeUtil::CompatibleIgnoringElementType(operand_shape, out_shape)) { in CheckElementwiseInstruction()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc607 return ShapeUtil::CompatibleIgnoringElementType( in IsFusedReductionOutputConsistent()
639 if (!(ShapeUtil::CompatibleIgnoringElementType(first_reduce_operand_shape, in IsFusedReductionOutputConsistent()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc2897 return ShapeUtil::CompatibleIgnoringElementType( in FindInputNodesIfOnlyDependOnSmallOperands()
3100 return ShapeUtil::CompatibleIgnoringElementType( in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions()