How to run neural network on RISC-V devices? #17697
Closed
FlintWangacc
started this conversation in
General
Replies: 1 comment 2 replies
-
These may help: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use
iree-import-tf
to import a pb file and produceiree_input.mlir
and then I use
iree-compile
to build vmfb file../iree-build/install/bin/iree-compile --iree-hal-target-backends=vmvx ../../AI/tensorflow/iree_input.mlir -o ${HOME}/tmp/test.vmfb
But how to run this test.vmfb file on RISC-V device?
Beta Was this translation helpful? Give feedback.
All reactions