Cargo Features
[dependencies]
cellular_raza-core = { version = "0.2.1", default-features = false, features = ["tracing", "timestamp", "gradients", "pyo3", "cpu_os_threads", "chili", "cara", "elli"] }
- default = chili, timestamp
-
These default features are set whenever
cellular_raza-core
is added without
somewhere in the dependency tree.default-features = false - tracing
-
Enables tracing and tracing-subscriber
- timestamp default
-
Enables chrono
- gradients
-
Enables gradients of cellular_raza-concepts
- pyo3
-
Enables pyo3
- cpu_os_threads
-
Enables plotters
Affects
backend::cpu_os_threads
… - chili default
-
Affects
backend::chili
… - cara
-
cudarc:
Additional dependencies for cara backend
Affects
backend::cara
… - elli
-
Enables wgpu
Additional dependencies for elli backend
Affects
backend::elli
…