Expand description
Custom error types and handler for the c ffi
Structs§
- Exception
- Exception. Most will come from the C API.
Enums§
- AdaDelta
Build Error - Error with building an AdaDelta optimizer
- Adafactor
Build Error - Error with building an Adafactor optimizer.
- AsSlice
Error - Error associated with
Array::try_as_slice()
- Cross
Entropy Build Error - Error with building a cross-entropy loss function
- Dropout
Build Error - Error with building a dropout layer
- IoError
- Error with io operations
- Multi
Head Attention Build Error - Error with building a MultiHeadAttention module
- Optimizer
State Load Error - Error with loading an optimizer state
- RmsProp
Build Error - Error with building a RmsProp optimizer
- Transformer
Bulid Error - Error with building a transformer
- Unflatten
Error - Error with unflattening a loaded optimizer state
Type Aliases§
- Result
- Type alias for a
Result
with anException
error type.