Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc1752 TF_LITE_ENSURE_STATUS(EnsureMemoryAllocations()); in RemoveAllDelegates()
1780 TfLiteStatus Subgraph::EnsureMemoryAllocations() { in EnsureMemoryAllocations() function in tflite::Subgraph
1834 TF_LITE_ENSURE_STATUS(EnsureMemoryAllocations()); in ModifyGraphWithDelegate()
1869 reset_delegation_if_not_ok(EnsureMemoryAllocations())); in ModifyGraphWithDelegate()
1889 reset_delegation_if_not_ok(EnsureMemoryAllocations())); in ModifyGraphWithDelegate()
1896 reset_delegation_if_not_ok(EnsureMemoryAllocations())); in ModifyGraphWithDelegate()
Dsubgraph.h709 TfLiteStatus EnsureMemoryAllocations();