Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dctstring_test.cc66 TF_TString_Dealloc(&s10); in TEST()
67 TF_TString_Dealloc(&s11); in TEST()
68 TF_TString_Dealloc(&s12); in TEST()
102 TF_TString_Dealloc(&s20); in TEST()
103 TF_TString_Dealloc(&s21); // Nothing to dealloc, since it was moved. in TEST()
104 TF_TString_Dealloc(&s22); in TEST()
163 TF_TString_Dealloc(&s30); in TEST()
164 TF_TString_Dealloc(&s31); in TEST()
209 TF_TString_Dealloc(&s40); in TEST()
210 TF_TString_Dealloc(&s41); in TEST()
[all …]
H A Dctstring_internal.h175 static inline void TF_TString_Dealloc(TF_TString *str) { in TF_TString_Dealloc() function
367 TF_TString_Dealloc(dst); in TF_TString_AssignView()
403 TF_TString_Dealloc(dst); in TF_TString_Assign()
432 TF_TString_Dealloc(dst); in TF_TString_Move()
H A Dctstring.h28 inline void TF_TString_Dealloc(TF_TString *str);
H A Dtstring.h275 inline tstring::~tstring() { TF_TString_Dealloc(&tstr_); } in ~tstring()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dtf_tstring.cc46 void TF_StringDealloc(TF_TString *tstr) { TF_TString_Dealloc(tstr); } in TF_StringDealloc()
H A Dtf_tensor.cc195 TF_TString_Dealloc(&data[i]); in Release()
H A Dc_api_test.cc2391 TF_TString_Dealloc(&tstr[0]); in TEST_F()
/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2021-165.md9 For string tensors, `C.TF_TString_Dealloc` is called during garbage collection within a finalizer f…