Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dallocate_transient_arrays.cc219 void PushBackIfNotFound(const string& s, std::vector<string>* v) { in PushBackIfNotFound() function
276 PushBackIfNotFound(input, &arrays_to_allocate); in AllocateTransientArrays()
281 PushBackIfNotFound(output, &arrays_to_allocate); in AllocateTransientArrays()
293 PushBackIfNotFound(input, &arrays_to_deallocate); in AllocateTransientArrays()
298 PushBackIfNotFound(output, &arrays_to_deallocate); in AllocateTransientArrays()
326 PushBackIfNotFound(input, &non_persistent_edges); in AllocateTransientArrays()
331 PushBackIfNotFound(output, &non_persistent_edges); in AllocateTransientArrays()