Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/
Dctstring_internal.h158 static inline size_t TF_TString_ToInternalSizeT(size_t size, in TF_TString_ToInternalSizeT() function
282 str->u.large.size = TF_TString_ToInternalSizeT(new_size, TF_TSTR_LARGE); in TF_TString_ResizeUninitialized()
341 str->u.large.size = TF_TString_ToInternalSizeT(curr_size, TF_TSTR_LARGE); in TF_TString_Reserve()
365 dst->u.view.size = TF_TString_ToInternalSizeT(size, TF_TSTR_VIEW); in TF_TString_AssignView()