Daniel Duffy
C++ author, trainer
- Joined
 - 10/4/07
 
- Messages
 - 10,820
 
- Points
 - 648
 
Good couple of posts!
Taking a contrarian viewpoint again, what's the point of Rust wrappers for Tensorflow etc. when we alreay have them in Python?
On a follow-on, I would hope that function signatures/calls for Rust-TensorFlow are exactly the same as with Python. Otherwise, a new learning curve to learn a new interface.
A good example is how C# talks to C++/CLI.
	
		
			
		
		
	
				
			Taking a contrarian viewpoint again, what's the point of Rust wrappers for Tensorflow etc. when we alreay have them in Python?
On a follow-on, I would hope that function signatures/calls for Rust-TensorFlow are exactly the same as with Python. Otherwise, a new learning curve to learn a new interface.
A good example is how C# talks to C++/CLI.
			
				Last edited: