Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dallocate_transient_arrays.cc165 if (!IsAllocatableTransientArray(model, array_name)) { in TransientArraySize()
198 if (!IsAllocatableTransientArray(model, array_name)) { in AllocateTransientArray()
212 if (!IsAllocatableTransientArray(model, array_name)) { in DeallocateTransientArray()
H A Dtooling_util.h249 bool IsAllocatableTransientArray(const Model& model,
H A Dtooling_util.cc1799 bool IsAllocatableTransientArray(const Model& model, in IsAllocatableTransientArray() function