tristan-arm commented on a change in pull request #8300:
URL: https://github.com/apache/tvm/pull/8300#discussion_r691192221
##########
File path: tests/python/driver/tvmc/test_compiler.py
##########
@@ -308,6 +308,26 @@ def
test_compile_tflite_module_with_external_codegen(tflite_mobilenet_v1_1_quant
assert os.path.exists(dumps_path)
[email protected](
+ not ethosn_available(),
+ reason="--target=ethos-n78 is not available. TVM built with 'USE_ETHOSN
OFF'",
+)
+def
test_compile_tflite_module_with_external_codegen_ethos_n78(tflite_mobilenet_v1_1_quant):
+ pytest.importorskip("tflite")
+ tvmc_model = tvmc.load(tflite_mobilenet_v1_1_quant)
+ tvmc_package = tvmc.compile(
+ tvmc_model, target="ethos-n78 -variant=Ethos-N78, llvm",
dump_code="relay"
Review comment:
Fixed
--
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]