Module tensor

Module tensor 

Source

Modules§

cache
kind
matrix
ops
serialization
shape

Structs§

AnyTensorError
Cpu
Cursor
A record in order to separate different batches of input of various lengths.
Gpu
ResourceKey
A unique identifier of tensor views. Useful in caches.
Tensor
A tensor on either CPU or GPU.
TensorError
TensorGpuData
Buffer of the tensor on GPU.
TensorGpuView
Like a reference to a tensor, but refer to a sub-chunk of it.
TensorId
TensorStack
Stack a batch of tensors of shape [C, T, 1] to one with shape [C, A, 1], with cursors information.
View
Data defining a tensor view in shader.

Enums§

TensorErrorKind

Traits§

DeepClone
Device
IntoPackedCursors
TensorInit
TensorInitContext
TensorInto
TensorReshape
TensorResource
TensorScalar
TensorShape

Type Aliases§

TensorCpu
TensorGpu