@hackage fei-base0.2.0.0

FFI to MXNet

mxnet-hs

build

  • LD_LIBRARY_PATH= stack build fei-base

generate MXNet operators

  • the repository ships pre-generated operators for various version MXNet.
  • You can generate your own with the utility mxnet-op-gen:
    • LD_LIBRARY_PATH=<path-to-incubator-mxnet-lib> mxnet-op-gen -o <directory-for-ops-code>

see also