Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/micro/
Dtest_helpers.cc56 static char inst_memory[sizeof(StackAllocator)]; in instance() local
57 static StackAllocator* inst = new (inst_memory) StackAllocator; in instance()
70 static char inst_memory[sizeof(flatbuffers::FlatBufferBuilder)]; in BuilderInstance() local
72 new (inst_memory) flatbuffers::FlatBufferBuilder( in BuilderInstance()