Module alumina::ops[][src]

Modules

activ
dummy
fill
grad
loss
math
nn
numeric_check
reduce
regularisation
shape

Structs

NoOp
NoOpInstance

An OpInstance which does nothing

NoOpPass

Traits

Op

The Op trait provides a builder interface for differentible operations to be added to a GraphDef.

OpAny
OpClone

Cloneable trait object workaround from DK : http://stackoverflow.com/questions/30353462/how-to-clone-a-struct-storing-a-trait-object

OpInstance

The OpInstance trait is used to record each Op that has been added to a GraphDef.

Pass
PassClone

Cloneable trait object workaround from DK : http://stackoverflow.com/questions/30353462/how-to-clone-a-struct-storing-a-trait-object

Functions

standard_inner_node_name

Generated default names for non-parameter nodes created by OpBuilders

standard_inner_parameter_name

Generated default names for parameter nodes created by OpBuilders

standard_op_name

Generated default unique names for Ops