Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dallocate_transient_arrays.cc273 std::vector<string> arrays_to_allocate; in AllocateTransientArrays() local
276 PushBackIfNotFound(input, &arrays_to_allocate); in AllocateTransientArrays()
281 PushBackIfNotFound(output, &arrays_to_allocate); in AllocateTransientArrays()
284 for (const string& array : arrays_to_allocate) { in AllocateTransientArrays()