Crate dlpark

source ·

Modules§

Structs§

  • Safe wrapper for DLManagedTensor. Will call deleter when dropped.
  • The ManagerCtx holds the Tensor and its metadata.

Enums§

  • If the shape or strides of Tensor is vec of i64, then it should be borrowed to avoid copy. The lifetime should be ’static since we don’t managed its memory. Otherwise, we should copy the data and convert its type to i64 and managed it ourselves.

Traits§

Type Aliases§

  • DLPack is a data structure that can be used to describe tensor data. It’s a pointer to a DLManagedTensor.