A module for a variable used as a node in autograd computation graph
Chain means autograd operators in grain that is equivalent to - pytorch: torch.nn.Module - chainer: chainer.Chain or chainer.Link
global configurations
cuBLAS wrappers
CUDA wrapper module
cuDNN high level wrapper for grain.autograd.Variable
dataset module TODO: define abstract class/interface for dataset
A type defined in grain.functions is equivalent to chainer.Function or torch.autograd.Function. Function is a set of core autograd algorithms for grain.chain that compose some functions in computation graph.
HDF5 bindings
Metric (e.g., accuracy)
A module for gradient descent optimizer
A module for serialization. HDF5 read/write is supported
A module for testing
A module of utility functions
library structure