| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected