Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dliteral_test.cc674 auto original = LiteralUtil::CreateR4WithLayout<float>({{ in TEST_F()
694 auto original = LiteralUtil::CreateR4WithLayout<float>({{ in TEST_F()
1324 auto original = LiteralUtil::CreateR4WithLayout<int8_t>({{ in TEST_F()
1329 auto expected = LiteralUtil::CreateR4WithLayout<uint32_t>({{ in TEST_F()
1342 auto s8 = LiteralUtil::CreateR4WithLayout<int8_t>({{ in TEST_F()
1347 auto s16 = LiteralUtil::CreateR4WithLayout<int16_t>({{ in TEST_F()
1352 auto s32 = LiteralUtil::CreateR4WithLayout<int32_t>({{ in TEST_F()
1357 auto u16 = LiteralUtil::CreateR4WithLayout<uint16_t>({{ in TEST_F()
1362 auto u32 = LiteralUtil::CreateR4WithLayout<uint32_t>({{ in TEST_F()
1367 auto s64 = LiteralUtil::CreateR4WithLayout<int64_t>({{ in TEST_F()
[all …]
H A Dliteral_util.h104 static Literal CreateR4WithLayout(
356 /* static */ Literal LiteralUtil::CreateR4WithLayout( in CreateR4WithLayout() function
391 return CreateR4WithLayout(values, LayoutUtil::GetDefaultLayoutForR4()); in CreateR4()