Home
last modified time | relevance | path

Searched refs:HasNonPersistentMemory (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/
Darena_planner_test.cc209 bool HasNonPersistentMemory() { in HasNonPersistentMemory() function in tflite::__anond3fd21620111::ArenaPlannerTest
210 return planner_ && planner_->HasNonPersistentMemory(); in HasNonPersistentMemory()
645 EXPECT_TRUE(HasNonPersistentMemory()); in TEST_F()
649 EXPECT_FALSE(HasNonPersistentMemory()); in TEST_F()
668 EXPECT_TRUE(HasNonPersistentMemory()); in TEST_F()
Dmemory_planner.h61 virtual bool HasNonPersistentMemory() = 0;
Darena_planner.h65 bool HasNonPersistentMemory() override;
Darena_planner.cc252 bool ArenaPlanner::HasNonPersistentMemory() { in HasNonPersistentMemory() function in tflite::ArenaPlanner
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc682 if (memory_planner_ && !memory_planner_->HasNonPersistentMemory()) { in AllocateTensors()
1007 } else if (memory_planner_ && !memory_planner_->HasNonPersistentMemory()) { in Invoke()