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
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
I use
iree-import-tfto import a pb file and produceiree_input.mlirand then I use
iree-compileto build vmfb file../iree-build/install/bin/iree-compile --iree-hal-target-backends=vmvx ../../AI/tensorflow/iree_input.mlir -o ${HOME}/tmp/test.vmfbBut how to run this test.vmfb file on RISC-V device?
Beta Was this translation helpful? Give feedback.
All reactions