Enum Backend
- Namespace
- DotFly
- Assembly
- DotFly.Engine.dll
Which backend runs the network.
public enum Backend
Fields
Cpu = 0Float32 SIMD, multi-threaded (default).
Reference = 1Float64 scalar reference — slow, for validation.
Which backend runs the network.
public enum Backend
Cpu = 0Float32 SIMD, multi-threaded (default).
Reference = 1Float64 scalar reference — slow, for validation.