mirror of
https://github.com/tensorflow/haskell.git
synced 2024-10-31 16:19:44 +01:00
69fdbf677f
* Fix for embedding gradient calculation - Passes vectors instead of scalars to slice - converts the numRows to a scalar - add `toScalar` utility function - minor change to test case so that it actually works * added lib for testing helper functions * add flatSlice function
3 lines
47 B
Haskell
3 lines
47 B
Haskell
import Distribution.Simple
|
|
|
|
main = defaultMain
|