Struct alumina::shape::NodeShape [] [src]

pub struct NodeShape {
    pub channels: usize,
    pub spatial_dimensions: SmallVec<[Dimension; 4]>,
}

Fields

Methods

impl NodeShape
[src]

Creates a new NodeShape, with higher timensions to be determined at runtime

Should be called and only called by operations prior to propagating shape constraints The higher dimension ranges are collapsed to the lower bound, and all None entries are replaced with the range 0:0

If range upper != lower, lowe will be used.

Trait Implementations

impl Clone for NodeShape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for NodeShape
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.