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.cc164 if (!IsAllocatableTransientArray(model, array_name)) { in TransientArraySize()
197 if (!IsAllocatableTransientArray(model, array_name)) { in AllocateTransientArray()
211 if (!IsAllocatableTransientArray(model, array_name)) { in DeallocateTransientArray()
Dtooling_util.h251 bool IsAllocatableTransientArray(const Model& model, const string& array_name);
Dtooling_util.cc1774 bool IsAllocatableTransientArray(const Model& model, const string& array_name) { in IsAllocatableTransientArray() function