Expand description
Modules§
Structs§
- CpuBackend
- CPU backend. Implements Backend by running operations on CPU via iterators.
- CpuDevice
- The CPU device. Since every machine has exactly one CPU (from our perspective), this is a zero-sized type.
Enums§
- CpuStorage
- Storage of tensor data in CPU memory.
Type Aliases§
- CpuTensor
- Convenience type alias for CPU tensors.