Searched refs:TF_TSTR_SMALL (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/platform/ |
D | ctstring_test.cc | 43 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 …]
|
D | ctstring_internal.h | 77 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()
|
D | tstring.h | 69 SMALL = TF_TSTR_SMALL,
|