Module zyx_core::runtime

source ·
Expand description

See Runtime

Structs§

  • Runtime with autograd engine. This runtime uses Node enum as representation of tensors.

Traits§

  • 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.