Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral_test.cc671 auto original = LiteralUtil::CreateR4WithLayout<float>({{ in TEST_F()
691 auto original = LiteralUtil::CreateR4WithLayout<float>({{ in TEST_F()
1250 auto original = LiteralUtil::CreateR4WithLayout<int8>({{ in TEST_F()
1255 auto expected = LiteralUtil::CreateR4WithLayout<uint32>({{ in TEST_F()
1268 auto s8 = LiteralUtil::CreateR4WithLayout<int8>({{ in TEST_F()
1273 auto s16 = LiteralUtil::CreateR4WithLayout<int16>({{ in TEST_F()
1278 auto s32 = LiteralUtil::CreateR4WithLayout<int32>({{ in TEST_F()
1283 auto u16 = LiteralUtil::CreateR4WithLayout<uint16>({{ in TEST_F()
1288 auto u32 = LiteralUtil::CreateR4WithLayout<uint32>({{ in TEST_F()
1293 auto s64 = LiteralUtil::CreateR4WithLayout<int64>({{ in TEST_F()
[all …]
Dliteral_util.h99 static Literal CreateR4WithLayout(
382 /* static */ Literal LiteralUtil::CreateR4WithLayout( in CreateR4WithLayout() function
432 return CreateR4WithLayout(values, LayoutUtil::GetDefaultLayoutForR4()); in CreateR4()