diffusion_rs_common

Module core

source

Re-exports§

Modules§

Structs§

  • An iterator over offset position for items of an N-dimensional arrays stored in a flat buffer using some potential strides.
  • The core struct for manipulating tensors.
  • Unique identifier for tensors.
  • A variable is a wrapper around a tensor, however variables can have their content modified whereas tensors are immutable.

Enums§

Traits§

Functions§

  • Creates a fresh tensor structure based on a storage and a shape, this uses contiguous strides. This has a BackpropOp:none().