Skip to main content

Crate ft_core

Crate ft_core 

Source

Structs§

DenseBoolTensor
Dense tensor backed by Vec<u8> storage (0=false, 1=true).
DenseI32Tensor
Dense tensor backed by Vec<i32> storage.
DenseI64Tensor
Dense tensor backed by Vec<i64> storage.
DenseTensor
QuantizationParams
ScalarTensor
SparseCOOTensor
Sparse tensor in COO (Coordinate) format.
SparseCSRTensor
Sparse tensor in CSR (Compressed Sparse Row) format.
TensorMeta

Enums§

DType
DenseTensorError
Device
ExecutionMode
SparseTensorError
Error type for sparse tensor operations.
TensorCompatError
TensorMetaError
TensorStorage

Functions§

contiguous_strides
ensure_compatible

Type Aliases§

BFloat16
Complex64
Complex number types re-exported from the num_complex crate.
Complex128
Float16
Half-precision float types re-exported from the half crate. Named Float16/BFloat16 to avoid conflict with Rust 2024 primitive f16.