tf-rs
tf-rs copied to clipboard
High level Rust API for TensorFlow.
Master issue to track tasks related to 0.1.0 release. - [ ] Parity with C++ ops bindings. - [ ] Tests and examples for all ops. - [ ] Tests...
Errors are handled using error chain, but right mostly is just a "stub" variant. Rewrite this to provide meaningful messages.
Operations with variable tensors like _assign_add_ don't behave in a deterministic way as should be expected. I.e adding to the variable scalar tensor `a = [1]` may result in something...