@hackage testing-tensor0.2.0
Pure implementation of tensors, for use in tests.
Categories
License
BSD-3-Clause
Maintainer
edsko@well-typed.com
Links
Versions
Installation
Tested Compilers
Dependencies (7)
- QuickCheck >=2.15 && <2.17
- base >=4.16 && <5
- fin >=0.3 && <0.4
- random >=1.2 && <1.4
- transformers >=0.5 && <0.7
- vec >=0.5 && <0.6 Show all…
Dependents (0)
Package Flags
test-fft
(off by default)
Test against an FFT implementation
test-cudnn
(off by default)
Test against cuDNN
This is a pure Haskell implementation of tensors, emphasizing simplicity over all else. It is intended to be used as a model in tests.