Searched refs:vector_s32 (Results 1 – 2 of 2) sorted by relevance
1781 Literal vector_s32 = Literal::CreateFromShape(ShapeUtil::MakeShape(S32, {3})); in TEST_F() local1782 EXPECT_EQ(vector_s32.Get<int32>({0}), 0); in TEST_F()1783 EXPECT_EQ(vector_s32.Get<int32>({1}), 0); in TEST_F()1784 EXPECT_EQ(vector_s32.Get<int32>({2}), 0); in TEST_F()1785 EXPECT_TRUE(vector_s32.IsAll(0)); in TEST_F()
1402 const Shape vector_s32 = ShapeUtil::MakeShape(S32, {32}); in TEST_F() local1404 {&vector_32_, &vector_s32}, /*dimension=*/0); in TEST_F()