Crate zyx_core

Source
Expand description

§zyx-core

zyx-core is core part of zyx machine learning library. zyx-core contains definitions and functions for tensor, backend, generic runtime with autograd implementation, dtype, shape, scalar, axes, view and generic compiler for backends like opencl, cuda and wgpu.

For README, quick tutorial and source code, please visit [https://www.github.com/zk4x/zyx].

For more details, there is a book.

Modules§

axes
See Axes
backend
See Backend
dtype
See DType
error
See ZyxError
io
Saving and loading of tensors from disk
node
See Node
runtime
See Runtime
scalar
See Scalar
shape
See Shape
tensor
See Tensor
utils
Some common utilities.
view
See View