We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3151a8d commit fe00223Copy full SHA for fe00223
tensorflow/lite/micro/test_helpers.cc
@@ -85,6 +85,7 @@ flatbuffers::FlatBufferBuilder* BuilderInstance() {
85
new (inst_memory) flatbuffers::FlatBufferBuilder(
86
StackAllocator::kStackAllocatorSize,
87
&StackAllocator::instance(MicroArenaBufferAlignment()));
88
+ inst->Clear();
89
return inst;
90
}
91
0 commit comments