Expand description
Error types for the tenferro runtime crate.
§Examples
use tenferro_runtime::error::Error;
let err = Error::InvalidSubscripts("bad label".into());
assert!(err.to_string().contains("bad label"));Structs§
- Context
Id - Opaque identifier for an eager AD runtime, used in
Error::ContextMismatch.
Enums§
- Error
- Errors produced by einsum, eval, and other tenferro operations.
Type Aliases§
- Result
- Result type alias for tenferro operations.