Module structural

Module structural 

Source
Expand description

layers like cat or swap dims that change the organization or structure of tensors

Structsยง

Cat
wrapper to apply an operation
CatLayer
layer to apply an operation
Flatten
wrapper to apply an operation
FlattenLayer
layer to apply an operation
Reshape
wrapper to apply an operation
ReshapeLayer
layer to apply an operation
Squeeze
wrapper to apply an operation
SqueezeLayer
layer to apply an operation
Stack
wrapper to apply an operation
StackLayer
layer to apply an operation
Unsqueeze
wrapper to apply an operation
UnsqueezeLayer
layer to apply an operation