Module tract_core::internal

source ·
Expand description

This prelude is meant for code extending tract (like implementing new ops).

Re-exports§

Modules§

  • Integer trait and functions.
  • Extra iterator adaptors, functions and macros.
  • The ndarray crate provides an n-dimensional container for general elements and for numerics.
  • Numeric traits for generic mathematics
  • Small vectors in various sizes. These store a certain number of elements inline, and fall back to the heap for larger allocations. This can be a useful optimization for improving cache locality and reducing allocator traffic for workloads that fit within the inline buffer.

Macros§

Structs§

Enums§

Traits§

Functions§

Type Aliases§

Derive Macros§

  • Derive macro generating an impl of the trait Hash.