Skip to content

Commit

Permalink
fix arena
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavis-2015 committed Nov 4, 2024
1 parent 0d889e0 commit 40e7530
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ int Benchmark(const uint8_t* model_data, tflite::PrettyPrintType print_type) {

event_handle = profiler.BeginEvent("tflite::RecordingMicroAllocator::Create");
tflite::RecordingMicroAllocator* allocator(
tflite::RecordingMicroAllocator::Create(
reinterpret_cast<uint8_t*>(0xe1000000), kTensorArenaSize));
tflite::RecordingMicroAllocator::Create(tensor_arena, kTensorArenaSize));
profiler.EndEvent(event_handle);
event_handle = profiler.BeginEvent("tflite::MicroInterpreter instantiation");
tflite::RecordingMicroInterpreter interpreter(
Expand Down

0 comments on commit 40e7530

Please sign in to comment.