Skip to content

Commit

Permalink
Merge pull request #12 from ljp-while/test
Browse files Browse the repository at this point in the history
repair bug
  • Loading branch information
ArduCAM authored Nov 25, 2021
2 parents 5184578 + ab0bffa commit ddf7c4c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ TfLiteTensor * input = nullptr;
// signed value.

// An area of memory to use for input, output, and intermediate arrays.
constexpr int kTensorArenaSize = 81 * 1024 // 136 * 1024;
constexpr int kTensorArenaSize = 81 * 1024; // 136 * 1024;
static uint8_t tensor_arena[kTensorArenaSize];
} // namespace

Expand Down

0 comments on commit ddf7c4c

Please sign in to comment.