Merge pull request #44136 from evaderan-lab:patch-1
PiperOrigin-RevId: 338242538 Change-Id: Iadbf1fc434b51a3a1cb8458bc7d3183371a0f314
This commit is contained in:
commit
be24f6daef
@ -64,7 +64,7 @@ int main(int argc, char** argv) {
|
|||||||
|
|
||||||
constexpr int tensor_arena_size = 50 * 1024;
|
constexpr int tensor_arena_size = 50 * 1024;
|
||||||
uint8_t tensor_arena[tensor_arena_size];
|
uint8_t tensor_arena[tensor_arena_size];
|
||||||
tflite::MicroInterpreter interpreter(model, resolver, tensor_arena,
|
tflite::MicroInterpreter interpreter(model, micro_op_resolver, tensor_arena,
|
||||||
tensor_arena_size, error_reporter);
|
tensor_arena_size, error_reporter);
|
||||||
interpreter.AllocateTensors();
|
interpreter.AllocateTensors();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user