Expand description
See Runtime
Structs§
Traits§
- Runtime
Backend - RuntimeBackend is a good plug in point for backend developers. Use Runtime::new(YourOwnStructThatImplementsRuntimeBackend::new()) to write your own backend which needs to implement only evaluation of graph. Used by torch and native backends.