Home
last modified time | relevance | path

Searched refs:ArenaAllocWithUsageInterval (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/
Dsimple_memory_arena.h35 struct ArenaAllocWithUsageInterval { struct
36 ArenaAllocWithUsageInterval() { reset(); } in ArenaAllocWithUsageInterval() argument
52 inline bool operator<(const ArenaAllocWithUsageInterval& other) const { argument
76 ArenaAllocWithUsageInterval* new_alloc);
79 const ArenaAllocWithUsageInterval& alloc);
91 const ArenaAllocWithUsageInterval& alloc,
117 std::vector<ArenaAllocWithUsageInterval> ordered_allocs_;
Dsimple_memory_arena_test.cc29 ArenaAllocWithUsageInterval allocs[6]; in TEST()
49 ArenaAllocWithUsageInterval alloc; in TEST()
66 ArenaAllocWithUsageInterval allocs[4]; in TEST()
84 ArenaAllocWithUsageInterval allocs[9]; in TEST()
124 ArenaAllocWithUsageInterval allocs[9]; in TEST()
168 ArenaAllocWithUsageInterval allocs[9]; in TEST_P()
Dsimple_memory_arena.cc44 ArenaAllocWithUsageInterval* new_alloc) { in Allocate()
95 TfLiteContext* context, const ArenaAllocWithUsageInterval& alloc) { in Deallocate()
142 TfLiteContext* context, const ArenaAllocWithUsageInterval& alloc, in ResolveAlloc()
Darena_planner.h105 std::vector<ArenaAllocWithUsageInterval> allocs_;