Type Definition coaster::tensor::TensorDesc[][src]

pub type TensorDesc = Vec<usize>;
Expand description

Describes the Descriptor of a SharedTensor.

Trait Implementations

Returns the rank of the Tensor. Read more

Returns the summed up length of all dimensions of the Tensor. Read more

Returns the dimensions of the Tensor. Read more

Returns the dimensions of the Tensor as Vec.

Returns the default stride for an Rust allocated Tensor. Read more

Returns the default stride for a Rust allocated Tensor as i32.