Home
last modified time | relevance | path

Searched refs:TF_TSTR_SMALL (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/platform/
Dctstring_test.cc42 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s10)); in TEST()
49 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s10)); in TEST()
56 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s10)); in TEST()
61 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s10)); in TEST()
80 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s20)); in TEST()
88 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s21)); in TEST()
96 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s22)); in TEST()
121 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s30)); in TEST()
130 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s30)); in TEST()
151 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s30)); in TEST()
[all …]
Dctstring_internal.h77 TF_TSTR_SMALL = 0x00, enumerator
185 case TF_TSTR_SMALL: in TF_TString_GetSize()
200 case TF_TSTR_SMALL: in TF_TString_GetCapacity()
213 case TF_TSTR_SMALL: in TF_TString_GetDataPointer()
237 str->u.smll.size = (uint8_t)((new_size << 2) | TF_TSTR_SMALL); // NOLINT in TF_TString_ResizeUninitialized()
240 if (curr_type != TF_TSTR_SMALL && copy_size) { in TF_TString_ResizeUninitialized()
292 case TF_TSTR_SMALL: in TF_TString_GetMutableDataPointer()
298 return (TF_TString_GetType(str) == TF_TSTR_SMALL) ? str->u.smll.str in TF_TString_GetMutableDataPointer()
400 case TF_TSTR_SMALL: in TF_TString_Assign()
429 case TF_TSTR_SMALL: in TF_TString_Move()
Dtstring.h80 SMALL = TF_TSTR_SMALL,