Struct alumina::shape::DataShape [] [src]

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

Fields

The number of training examples being processed in parallel

Methods

impl DataShape
[src]

Rank excluding 'n'

Trait Implementations

impl Clone for DataShape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DataShape
[src]

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

This method tests for !=.

impl Debug for DataShape
[src]

Formats the value using the given formatter.