[][src]Module tensor_compute::prelude

Re-exports

pub use crate::s;

Structs

SliceRangeInfo
Tensor

A Tensor is an N dimensional data structure. This is the entry point for most of the API of this crate. This is normally backed by GPU memory and its device chosen using the current default of the crate::GpuStore::get_default(), which can be changed however, one can NOT do operations using two Tensors from different devices.

Traits

AsShaderInput
Constructable
CpuTransferable
GpuAllocated
MutShapeStrideTrait
ShapeStrideTrait