MCPcopy Create free account
hub / github.com/evilsocket/cake / CpuBackend

Class CpuBackend

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

Source from the content-addressed store, hash-verified

11/// CPU backend — uses candle CPU ops directly.
12#[derive(Debug)]
13pub struct CpuBackend {
14 device: Device,
15}
16
17impl Default for CpuBackend {
18 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected