mxnet-0.2.0.0: MXNet interface in Haskell.
MXNet.Core.Base.Executor
Description
Symbol module.
Synopsis
newtype Executor a Source #
Type alias for variable.
Constructors
Fields
makeExecutor :: DType a => ExecutorHandle -> IO (Executor a) Source #
Make an executor using the given handler.
forward Source #
Arguments
The executor handle.
Whether this forward is for evaluation purpose.
Executor forward method.
backward Source #
Executor backward method.
getOutputs :: DType a => Executor a -> IO [NDArray a] Source #