fei-base: FFI to MXNet

[ ai, bsd3, library, machine-learning, program ] [ Propose Tags ]

This package provides a FFI wrap of MXNet, including c-apis and symbolarrayexecutor operations.


[Skip to Readme]

Modules

  • MXNet
    • MXNet.Base
      • MXNet.Base.DataIter
      • MXNet.Base.Executor
      • MXNet.Base.NDArray
      • Operators
        • MXNet.Base.Operators.Tensor
      • MXNet.Base.ParserUtils
      • MXNet.Base.Raw
      • Spec
        • MXNet.Base.Spec.HMap
        • MXNet.Base.Spec.Operator
      • MXNet.Base.Symbol
      • MXNet.Base.Tensor
      • MXNet.Base.Types

Flags

Automatic Flags
NameDescriptionDefault
mxnet_geq_10600

With MXNet 1.6.x operators

Disabled
dummy

no operators

Enabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.2.0.0, 1.0.0
Dependencies attoparsec, base (>=4.7 && <5), constraints, deepseq, haskell-src-exts (>=1.20), hslogger (>=1.2), lens, optparse-applicative (>=0.14 && <0.15), repa, rio, store, tuple-ops (==0.0.0.4), vector [details]
License BSD-3-Clause
Copyright 2018 Jiasen Wu
Author Jiasen Wu
Maintainer jiasenwu@hotmail.com
Category Machine Learning, AI
Source repo head: git clone https://github.com/pierric/fei-base
Uploaded by JiasenWu at 2020-12-20T19:44:12Z
Distributions
Reverse Dependencies 5 direct, 0 indirect [details]
Executables mxnet-op-gen
Downloads 540 total (8 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2020-12-20 [all 3 reports]

Readme for fei-base-1.0.0

[back to package description]

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

see also