1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-03 03:23:37 +02:00
tensorflow-haskell/tensorflow-ops/tests
Noon van der Silk 69fdbf677f test case to show can't calculate grad for embedding (and associated fix) (#23)
* 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
2016-11-17 13:54:36 -08:00
..
ArrayOpsTest.hs Initial commit 2016-10-24 19:26:42 +00:00
BuildTest.hs Initial commit 2016-10-24 19:26:42 +00:00
DataFlowOpsTest.hs Initial commit 2016-10-24 19:26:42 +00:00
EmbeddingOpsTest.hs test case to show can't calculate grad for embedding (and associated fix) (#23) 2016-11-17 13:54:36 -08:00
FeedFetchBench.hs Optimize fetching (#27) 2016-11-17 10:41:49 -08:00
GradientTest.hs Initial commit 2016-10-24 19:26:42 +00:00
MiscTest.hs Replaced topK with topKV2. (#21) 2016-11-08 20:57:22 -08:00
OpsTest.hs Initial commit 2016-10-24 19:26:42 +00:00
TracingTest.hs Added sessionTracer to log graph operations. (#26) 2016-11-14 15:14:51 -08:00
TypesTest.hs Initial commit 2016-10-24 19:26:42 +00:00