Skip to content

Commit

Permalink
Update status in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
toddsundsted committed Jan 19, 2020
1 parent 448f296 commit 82d3faf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,12 @@ library, or 2) move or copy the library into a well-known location.
The Crystal build step does not currently set the path to the library
explicitly and OSX does not currently look for shared libraries in
non-standard locations without guidance.

# Status

MXNet.cr currently focuses on supporting most of the basic arithmetic
operations on arrays and symbols, with support for symbolic evaluation
and some support for automatic differentiation thrown in. Almost all
operations in the library are exposed, however, via the automatically
generated `Ops`, `Sparse`, `Linalg`, etc. modules but documentation
and guidance are nonexistent at this time.

0 comments on commit 82d3faf

Please sign in to comment.