Cargo Features

[dependencies]
concision-neural = { version = "0.1.19", default-features = false, features = ["full", "attention", "approx", "blas", "rand", "rng", "rayon", "rustfft", "serde", "tracing"] }
default full? = attention

The attention feature is set by default whenever concision-neural is added without default-features = false somewhere in the dependency tree.

full = approx, default, rand, rustfft, serde, tracing
attention default

Affects layers::attention

approx full?

********* [FF] Dependencies *********

Enables approx of concision-core and ndarray and approx

Shared dependencies

blas

Enables blas of concision-core and ndarray

ndarray:

Enable blas usage
See README for more instructions

rand full? = rng

Enables rand of concision-core and num

rng rand?

Enables rng of concision-core

rayon

Enables rayon, rayon of concision-core and ndarray

rustfft full?

Enables rustfft

Affects attention::fft

serde full?

Enables serde and serde_derive, serde of concision-core, ndarray, and num

tracing full?

Enables tracing, tracing of concision-core