| 1 | //! Metal compute backend with MSL shaders + candle tensor op fallbacks. |
| 2 | //! |
| 3 | //! Self-contained: owns the MSL shader source and CustomOp structs for the |
| 4 | //! MSL-accelerated ops. All other trait methods use plain candle tensor |
nothing calls this directly
no outgoing calls
no test coverage detected