Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dallocate_transient_arrays.cc274 std::vector<std::string> arrays_to_allocate; in AllocateTransientArrays() local
277 PushBackIfNotFound(input, &arrays_to_allocate); in AllocateTransientArrays()
282 PushBackIfNotFound(output, &arrays_to_allocate); in AllocateTransientArrays()
285 for (const std::string& array : arrays_to_allocate) { in AllocateTransientArrays()