Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
144
TfLiteStatus SimpleMemoryArena::Clear() {
145
committed_ = false;
146
high_water_mark_ = 0;
147
allocs_.clear();
148
return kTfLiteOk;
149
}
150
151
} // namespace tflite
Callers
6
ResetAllocations
Method · 0.45
TEST
Function · 0.45
Run
Method · 0.45
InitializeNodeDef
Method · 0.45
RespondToCommand
Function · 0.45
HandleOutput
Function · 0.45
Calls
1
clear
Method · 0.45
Tested by
1
TEST
Function · 0.36