@hackage fei-base1.0.0
FFI to MXNet
Categories
License
BSD-3-Clause
Maintainer
jiasenwu@hotmail.com
Links
Versions
Installation
Dependencies (10)
- attoparsec
- base >=4.7 && <5
- constraints
- deepseq
- lens
- repa Show all…
Dependents (6)
@hackage/fei-datasets, @hackage/fei-examples, @hackage/fei-nn, @hackage/fei-cocoapi, @hackage/fei-dataiter, @hackage/fei-modelzoo
Package Flags
mxnet_geq_10600
(off by default)
With MXNet 1.6.x operators
dummy
(on by default)
no operators
fei-base
build
- Update stack.yml, pointing to the actuall MXNet dynamic library folder and include folder.
- Build utility mxnet-op-gen:
stack build fei-base:mxnet-op-gen - Generate tensor operations:
LD_LIBRARY_PATH=<path-to-mxnet-lib> stack exec mxnet-op-gen -- -o ops/1.6 - Rebuild library with tensor operations:
stack build --flag fei-base:-mxnet_geq_10600