pub fn load_buffer(buffer: &[u8]) -> Result<TensorMap, Error>Expand description
Load a serialized TensorMap from a buffer.
See the load function for more information on the data format.
All arrays are loaded as ndarray::ArrayD by default. If you want to load
arrays as a custom type, use load_buffer_custom_array instead.