anshuman23 / tensorflex

Tensorflow bindings for the Elixir programming language :muscle:
https://hexdocs.pm/tensorflex/Tensorflex.html
Apache License 2.0
308 stars 14 forks source link

Added new matrix operations #35

Closed anshuman23 closed 6 years ago

anshuman23 commented 6 years ago

@josevalim as per our last discussion over email, added the 1st half of the matrix operation functionality I had proposed.

Next is tensor to matrix conversion.

Also reverted the tests back to the way they were in this PR.

josevalim commented 6 years ago

Beautiful!