OutDim

Trait OutDim 

Source
pub trait OutDim {
    // Required methods
    fn get_out_dim(&self) -> i64;
    fn set_out_dim(&mut self, v: i64);
}
Expand description

Interface for handling output dimensions.

Required Methods§

Source

fn get_out_dim(&self) -> i64

Returns the output dimension.

Source

fn set_out_dim(&mut self, v: i64)

Sets the output dimension.

Implementors§