Skip to content

Commit

Permalink
repair bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ljp-while committed Nov 25, 2021
1 parent 5184578 commit ab0bffa
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 ab0bffa

Please sign in to comment.