Copyright | (c) 2016 Tao He |
---|---|
License | MIT |
Maintainer | sighingnow@gmail.com |
Safe Haskell | None |
Language | Haskell2010 |
MXNet.Core.Base.Executor
Description
Symbol module.
Documentation
Type alias for variable.
Constructors
Executor | |
Fields |
makeExecutor :: DType a => ExecutorHandle -> IO (Executor a) Source #
Make an executor using the given handler.
Arguments
:: DType a | |
=> Executor a | The executor handle. |
-> Bool | Whether this forward is for evaluation purpose. |
-> IO () |
Executor forward method.
Executor backward method.