Trait tract_core::internal::tract_ndarray::RawDataMut[][src]

pub unsafe trait RawDataMut: RawData { }
Expand description

Array representation trait.

For an array with writable elements.

Internal trait, see RawData.

Implementors