Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
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()
Dtooling_util.h248 bool IsAllocatableTransientArray(const Model& model,
Dtooling_util.cc1797 bool IsAllocatableTransientArray(const Model& model, in IsAllocatableTransientArray() function