burn tensor and ndarray #2251
              
                Unanswered
              
          
                  
                    
                      wangjiawen2013
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 1 comment
-
| 
         When you use the ndarray backend, the  You can certainly use the tensor API to perform similar operations! I guess it depends what kind of linalg ops you are using. You can see the list of operations supported on tensors here: https://burn.dev/burn-book/building-blocks/tensor.html#tensor-operations  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    0 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.
-
Hi,
Rust tensor and ndarray looks very similar, what's the relationship between them ?
I feel that ndarry API is designed too complicated and hard to use. Can I replace ndarray with tensor in my daily work (such as linear algebra operation)?
Beta Was this translation helpful? Give feedback.
All reactions