ekalda commented on a change in pull request #9209:
URL: https://github.com/apache/tvm/pull/9209#discussion_r724871857
##########
File path: tests/python/driver/tvmc/test_compiler.py
##########
@@ -471,7 +471,7 @@ def test_compile_tflite_module_with_external_codegen_ethosu(
for name in mlf_package.getnames()
if re.match(r"\./codegen/host/src/\D+\d+\.c", name)
]
- assert len(c_source_files) == 17
+ assert len(c_source_files) == 4
Review comment:
Added a comment, does it make sense?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]