Struct cntk::Shape
[−]
[src]
pub struct Shape { /* fields omitted */ }
pub struct Shape { /* fields omitted */ }
impl Shape
[src]fn scalar() -> Shape
[src]fn new<K: Borrow<Vec<usize>>>(data: K) -> Shape
[src]fn total_size(&self) -> usize
[src]fn rank(&self) -> usize
[src]fn get(&self, axis: usize) -> usize
[src]fn append_shape(&self, shape: &Shape) -> Shape
[src]fn to_vec(&self) -> Vec<usize>
[src]fn to_vec_reversed(&self) -> Vec<usize>
[src]impl Drop for Shape
[src]