You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bazel run gen_dir/my_model:micro_mutable_op_resolver_test
80
81
81
82
```
82
83
84
+
Note that since test script appends the name of the model in the output directory, we add that to the output directory for the generated header (gen_dir/my_model) so that header and test files ends up in same directory.
85
+
83
86
Depending on the size of the input model the arena size may need to be increased. Arena size can be set with --arena_size=<size>.
84
87
85
-
Example:
88
+
Example assuming gen_dir and /tmp/big_model.tflite exists:
86
89
87
90
```
88
91
bazel run tensorflow/lite/micro/tools/gen_micro_mutable_op_resolver:generate_micro_mutable_op_resolver_from_model -- \
0 commit comments