Skip to main content

DataReadGuard

Type Alias DataReadGuard 

Source
pub type DataReadGuard<'a> = MappedRwLockReadGuard<'a, [f32]>;
Expand description

Read guard for tensor data. Derefs to &[f32].

Aliased Typeยง

pub struct DataReadGuard<'a> { /* private fields */ }