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 */ }pub type DataReadGuard<'a> = MappedRwLockReadGuard<'a, [f32]>;Read guard for tensor data. Derefs to &[f32].
pub struct DataReadGuard<'a> { /* private fields */ }