Home
last modified time | relevance | path

Searched refs:EqualIgnoringElementType (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/
Dshape_util_test.cc180 TEST(ShapeUtilTest, EqualIgnoringElementType) { in TEST() argument
181 EXPECT_TRUE(ShapeUtil::EqualIgnoringElementType( in TEST()
184 EXPECT_TRUE(ShapeUtil::EqualIgnoringElementType( in TEST()
187 EXPECT_TRUE(ShapeUtil::EqualIgnoringElementType( in TEST()
193 EXPECT_FALSE(ShapeUtil::EqualIgnoringElementType( in TEST()
196 EXPECT_FALSE(ShapeUtil::EqualIgnoringElementType( in TEST()
Dshape_util.h296 static bool EqualIgnoringElementType(const Shape& lhs, const Shape& rhs);
Dshape_util.cc131 /* static */ bool ShapeUtil::EqualIgnoringElementType(const Shape& lhs, in EqualIgnoringElementType() function in xla::ShapeUtil
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_fusible.cc163 return ShapeUtil::EqualIgnoringElementType(get_loop_shape(instr_1), in ShapesCompatibleForMultiOutputFusion()
Dir_emitter_unnested.cc333 if (!ShapeUtil::EqualIgnoringElementType(first_slice_operand_shape, in GetConsistentInputShapeForRootSlices()