Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc244 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(tuple1, tuple2)); in TEST()
261 EXPECT_TRUE(ShapeUtil::CompatibleIgnoringElementType(tuple1, tuple2)); in TEST()
278 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(shape1, shape2)); in TEST()
279 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(shape2, shape1)); in TEST()
291 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(shape1, shape2)); in TEST()
292 EXPECT_FALSE(ShapeUtil::CompatibleIgnoringElementType(shape2, shape1)); in TEST()
Dshape_util.h197 static bool CompatibleIgnoringElementType(const Shape& lhs, const Shape& rhs);
Dshape_util.cc739 /* static */ bool ShapeUtil::CompatibleIgnoringElementType(const Shape& lhs, in CompatibleIgnoringElementType() function in xla::ShapeUtil
1694 if (!ShapeUtil::CompatibleIgnoringElementType(a, b)) { in FindTranspose021()
/external/tensorflow/tensorflow/compiler/xla/service/
Dslice_sinker.cc61 return ShapeUtil::CompatibleIgnoringElementType( in IsElementwiseOperationOnSimilarSlices()
Dspace_to_batch_converter.cc1428 if (ShapeUtil::CompatibleIgnoringElementType(previous_broadcast->shape(), in PropagateOnBroadcast()
1780 if (ShapeUtil::CompatibleIgnoringElementType( in Propagate()
Dhlo_verifier.cc2320 if (!ShapeUtil::CompatibleIgnoringElementType(operand_shape, out_shape)) { in CheckElementwiseInstruction()
Dsharding_propagation.cc1603 if (ShapeUtil::CompatibleIgnoringElementType(instruction.shape(), in GetShardingFromUser()
Dshape_inference.cc1126 if (ShapeUtil::CompatibleIgnoringElementType(*arg_shapes[i], *arg_shape)) { in InferMapShape()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbincount_op.cc84 xla::ShapeUtil::CompatibleIgnoringElementType(weights_shape, in Compile()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dapprox_topk.cc52 if (!ShapeUtil::CompatibleIgnoringElementType(operands_shapes[0], in GetOperandTypes()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc471 return ShapeUtil::CompatibleIgnoringElementType( in IsFusedReductionOutputConsistent()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Ddot_handler.cc3833 return ShapeUtil::CompatibleIgnoringElementType( in FindInputNodesIfOnlyDependOnSmallOperands()
4053 return ShapeUtil::CompatibleIgnoringElementType( in MoveUsersIntoWindowedDotGeneralLoopOnNonContractingDimensions()