Module libredr_common::message
source · Expand description
Message
type shared by Client, Server, and Worker
Structs§
- Pair of
client_uuid
andrequest_uuid
to help worker find and merge intermediate data - Hash type for lazy-loading
- Cache intermediate data for back propagation and cumulate gradient to reduce communication, only on worker
- Arguments for ray-tracing forward task
Enums§
- All kinds of lazy-loading data types
Message
type shared by Client, Server, and Worker
Functions§
- Load all lazy-loading data hash from
required_data
intodata_cache
- Get
hash
data fromdata_cache
, insert result of f(data), return new hash - Get
hash
data fromdata_cache
, return result of f(data)
Type Aliases§
- Type for lazy-loading data cache