Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc1781 Literal vector_s32 = Literal::CreateFromShape(ShapeUtil::MakeShape(S32, {3})); in TEST_F() local
1782 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()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference_test.cc1402 const Shape vector_s32 = ShapeUtil::MakeShape(S32, {32}); in TEST_F() local
1404 {&vector_32_, &vector_s32}, /*dimension=*/0); in TEST_F()