| CARVIEW |
Select Language
HTTP/1.1 200 OK
Connection: keep-alive
Server: nginx/1.24.0 (Ubuntu)
Content-Type: text/html; charset=utf-8
Cache-Control: public, max-age=300
Content-Encoding: gzip
Via: 1.1 varnish, 1.1 varnish
Accept-Ranges: bytes
Age: 0
Date: Sat, 17 Jan 2026 05:11:00 GMT
X-Served-By: cache-dfw-kdal2120144-DFW, cache-bom-vanm7210022-BOM
X-Cache: MISS, MISS
X-Cache-Hits: 0, 0
X-Timer: S1768626660.682346,VS0,VE375
Vary: Accept, Accept-Encoding
transfer-encoding: chunked
fei-base: FFI to MXNet
[Skip to Readme]
fei-base: FFI to MXNet
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
- MXNet.Base
Flags
Automatic Flags
| Name | Description | Default |
|---|---|---|
| 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
- fei-base-1.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
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 |
| Uploaded | by JiasenWu at 2020-12-20T19:44:12Z |
| Category | Machine Learning, AI |
| Source repo | head: git clone https://github.com/pierric/fei-base |
| Distributions | |
| Reverse Dependencies | 5 direct, 0 indirect [details] |
| Executables | mxnet-op-gen |
| Downloads | 629 total (7 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