Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dctstring_internal.h80 TF_TSTR_VIEW = 0x03, enumerator
191 case TF_TSTR_VIEW: in TF_TString_GetSize()
205 case TF_TSTR_VIEW: in TF_TString_GetCapacity()
219 case TF_TSTR_VIEW: in TF_TString_GetDataPointer()
295 case TF_TSTR_VIEW: in TF_TString_GetMutableDataPointer()
365 dst->u.view.size = TF_TString_ToInternalSizeT(size, TF_TSTR_VIEW); in TF_TString_AssignView()
401 case TF_TSTR_VIEW: in TF_TString_Assign()
430 case TF_TSTR_VIEW: in TF_TString_Move()
Dctstring_test.cc197 EXPECT_EQ(TF_TSTR_VIEW, TF_TString_GetType(&s40)); in TEST()
315 EXPECT_EQ(TF_TSTR_VIEW, TF_TString_GetType(&s70)); in TEST()
Dtstring.h83 VIEW = TF_TSTR_VIEW,