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.cc43 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s10)); in TEST()
50 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s10)); in TEST()
57 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s10)); in TEST()
62 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s10)); in TEST()
81 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s20)); in TEST()
89 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s21)); in TEST()
97 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s22)); in TEST()
122 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s30)); in TEST()
131 EXPECT_EQ(TF_TSTR_SMALL, TF_TString_GetType(&s30)); in TEST()
152 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()
288 case TF_TSTR_SMALL: in TF_TString_GetMutableDataPointer()
294 return (TF_TString_GetType(str) == TF_TSTR_SMALL) ? str->u.smll.str in TF_TString_GetMutableDataPointer()
406 case TF_TSTR_SMALL: in TF_TString_Assign()
435 case TF_TSTR_SMALL: in TF_TString_Move()
Dtstring.h69 SMALL = TF_TSTR_SMALL,