Module alumina::ops::reshape [] [src]

Structs

Collapse

Collapse - NSISOD - Decrease size of higher dimensions by given factors by mapping from each spaxel to chunks of the channel dimension. Inverse operation of Expand Cout = Cin.F1.F2.F3

Expand

Expand - NSISOD - Increase size of higher dimensions by given factors by mapping from chunks of the channel dimension to each new spaxel Cout = Cin/(F1.F2.F3)

LinearInterp

LinearInterp - NSISOD - Increase size of each spatial dimension by given a factor by linear interpolating between spaxels in the input Cout = Cin

Pooling

Pooling - NSISOD - Decrease size of higher dimensions by given factors by mapping from each spaxel to chunks of the channel dimension Cout = Cin.F1.F2.F3

ShapeConstraint

ShapeConstraint - NSISOD - Propagates custom shape constraints