tf-rs icon indicating copy to clipboard operation
tf-rs copied to clipboard

High level Rust API for TensorFlow.

Results 3 tf-rs issues
Sort by recently updated
recently updated
newest added

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.

enhancement

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...

bug