Searched refs:empty_r1_shape (Results 1 – 1 of 1) sorted by relevance
1028 const Shape empty_r1_shape = ShapeUtil::MakeShape(F32, {0}); in TEST_F() local1030 const auto const_empty = Literal::CreateFromShape(empty_r1_shape); in TEST_F()1034 const auto empty = Literal::CreateFromShape(empty_r1_shape); in TEST_F()1043 auto empty = Literal::CreateFromShape(empty_r1_shape); in TEST_F()