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

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

Fields

Methods

impl NodeShape
[src]

[src]

[src]

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

[src]

[src]

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

[src]

[src]

[src]

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

[src]

[src]

[src]

Trait Implementations

impl Clone for NodeShape
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for NodeShape
[src]

[src]

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

[src]

This method tests for !=.