MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Clear

Method Clear

tensorflow/lite/simple_memory_arena.cc:144–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142}
143
144TfLiteStatus SimpleMemoryArena::Clear() {
145 committed_ = false;
146 high_water_mark_ = 0;
147 allocs_.clear();
148 return kTfLiteOk;
149}
150
151} // namespace tflite

Callers 6

ResetAllocationsMethod · 0.45
TESTFunction · 0.45
RunMethod · 0.45
InitializeNodeDefMethod · 0.45
RespondToCommandFunction · 0.45
HandleOutputFunction · 0.45

Calls 1

clearMethod · 0.45

Tested by 1

TESTFunction · 0.36