MCPcopy Create free account
hub / github.com/evilsocket/cake / mod.rs

File mod.rs

cake-core/src/backends/cpu/mod.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! CPU compute backend — pure candle tensor operations, no CustomOp, no ops/ module.
2//!
3//! This is the default backend. All operations use candle's CPU tensor ops
4//! with rayon parallelization where beneficial. GPU backends override specific

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected