We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14a37d commit 6031ad9Copy full SHA for 6031ad9
1 file changed
backends/nxp/nxp_backend.py
@@ -285,12 +285,12 @@ def preprocess( # noqa C901
285
neutron_model = NeutronConverterManager(
286
dump_kernel_selection_code
287
).convert(
288
- tflite_model,
289
- target,
290
- delegation_tag,
291
- fetch_constants_to_sram,
+ tflite_model,
+ target,
+ delegation_tag,
+ fetch_constants_to_sram,
292
use_profiling,
293
- )
+ )
294
tmp.seek(0)
295
log_output = tmp.read().decode()
296
# Get mapping from tflite to neutron
0 commit comments