Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc1479 TF_LITE_ENSURE_STATUS(EnsureMemoryAllocations()); in RemoveAllDelegates()
1499 TfLiteStatus Subgraph::EnsureMemoryAllocations() { in EnsureMemoryAllocations() function in tflite::Subgraph
1535 TF_LITE_ENSURE_OK(&context_, EnsureMemoryAllocations()); in ModifyGraphWithDelegate()
1578 reset_delegation_if_not_ok(EnsureMemoryAllocations())); in ModifyGraphWithDelegate()
1586 reset_delegation_if_not_ok(EnsureMemoryAllocations())); in ModifyGraphWithDelegate()
Dsubgraph.h607 TfLiteStatus EnsureMemoryAllocations();