Module error

Source
Expand description

Custom error types and handler for the c ffi

Structs§

Exception
Exception. Most will come from the C API.

Enums§

AdaDeltaBuildError
Error with building an AdaDelta optimizer
AdafactorBuildError
Error with building an Adafactor optimizer.
AsSliceError
Error associated with Array::try_as_slice()
CrossEntropyBuildError
Error with building a cross-entropy loss function
DropoutBuildError
Error with building a dropout layer
IoError
Error with io operations
MultiHeadAttentionBuildError
Error with building a MultiHeadAttention module
OptimizerStateLoadError
Error with loading an optimizer state
RmsPropBuildError
Error with building a RmsProp optimizer
TransformerBulidError
Error with building a transformer
UnflattenError
Error with unflattening a loaded optimizer state

Type Aliases§

Result
Type alias for a Result with an Exception error type.