[][src]Module tension::host_only

Host-only profile. Import all from it if you are planning to use only host-side tensors.

Re-exports

pub use super::*;

Structs

Buffer

Buffer that stores data on the host. Simply a wrapper around Vec.

Tensor

Tensor structure. It consists of a contiguous one-dimensional array and a shape. Tensor tries to reuse resources as long as possible and implements copy-on-write mechanism.