Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc914 auto ten_floats = ShapeUtil::MakeShape(F32, {10}); in TEST_F() local
916 HloOpcode::kPower, ten_floats, f32_, {}); in TEST_F()
918 ASSERT_TRUE(ShapeUtil::Equal(ten_floats, inferred_status.ValueOrDie())); in TEST_F()
922 auto ten_floats = ShapeUtil::MakeShape(F32, {10}); in TEST_F() local
924 HloOpcode::kCompare, ten_floats, f32_, {}); in TEST_F()