Type Alias burn::tensor::Reader

pub type Reader = Pin<Box<dyn Future<Output = Vec<u8>> + Send>>;
Expand description

A future that is used to read resources from a compute server.

Aliased Typeยง

struct Reader {}