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

type TensorDesc = Vec<usize>;

Describes the Descriptor of a SharedTensor.

Trait Implementations

impl ITensorDesc for TensorDesc[src]