Skip to main content

Module types

Module types 

Source

Structs§

BufferHandle
Backend-owned buffer handle.
ComputeDevice
Concrete compute device description.
Placement
Placement metadata for a tensor buffer.
TypedTensor
Contiguous column-major typed tensor storage.

Enums§

Buffer
Tensor storage.
DType
Runtime scalar dtype tag.
MemoryKind
Memory location for tensor storage.
Tensor
Dynamic tensor enum over the supported scalar types.

Traits§

ConjElem
Element-wise conjugation helper.
TensorScalar
Sealed trait for scalar types that can be stored in a Tensor.

Functions§

col_major_strides
Column-major strides derived from a shape.