Module safetensors::slice

source ·
Expand description

Module handling lazy loading via iterating on slices on the original buffer.

Structs

  • Iterator used to return the bits of the overall tensor buffer when client asks for a slice of the original tensor.

Enums

Traits

  • Trait used to implement multiple signatures for ease of use of the slicing of a tensor