Module tract_hir::prelude::tract_data::internal [−][src]
Modules
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
A super-trait for value acting as tensor dimensions in tract.
Convenient conversion to Arc
Convenient conversion to Tensor.
Convenience trait to convert values to TDim.
Functions
Type Definitions
A Smallvec instantiation with 4 embeddable values.