Structs§
- Actor
Call Params - Actor
Method Params - Args
Kwargs - Call
Function Params - Cloudpickle
- Identifies a CallFunction target. Can either be a torch op or a Python global reference.
- Factory
- Function
Path - Identifies a CallFunction target. Can either be a torch op or a Python global reference.
- Ref
- SeqError
- An error associated with a seq number that failed to execute. Any defined value that has an error value will have an assocated SeqError that is the root cause of why that value has an error. A value may have this error because it was directly defined by the action associated with the sequence number, or if it was defined by another action that dependend on the failing one.
- Stream
Ref - Worker
Actor - The generated behavior struct.
- Worker
Params - The parameters to spawn a worker actor.
Enums§
- Call
Function Error - When a worker runs any function, it may not succeed either because the function itself failed (Error) or because an input to the function already had an error value DependentError.
- Reduction
- Type of reduction for
WorkerMessage::Reduce. - Resolvable
Function - Stream
Creation Mode - Controls what CUDA stream an actor will use.
- Worker
Message - Worker messages. These define the observable behavior of the worker, so the documentations here
Traits§
- Worker
Message Client - The custom client trait for this message type.
- Worker
Message Handler - The custom handler trait for this message type.