Module tract_core::prelude

source ·
Expand description

This prelude is meant for code using tract.

Re-exports

Modules

Macros

Structs

  • A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
  • A complex number in Cartesian form.
  • Tensor is a concrete tensor in tract.
  • A 16-bit floating point type implementing the IEEE 754-2008 standard binary16 a.k.a half format.

Enums

Traits

Functions

Type Definitions