Expand description
Custom error types and handler for the c ffi
Structs§
- Exception. Most will come from the C API.
Enums§
- Error with building an AdaDelta optimizer
- Error with building an Adafactor optimizer.
- Error associated with
Array::try_as_slice()
- Error with building a cross-entropy loss function
- Error with building a dropout layer
- Error with io operations
- Error with building a MultiHeadAttention module
- Error with loading an optimizer state
- Error with building a RmsProp optimizer
- Error with building a transformer
- Error with unflattening a loaded optimizer state
Type Aliases§
- Type alias for a
Result
with anException
error type.