pub fn load_buffer_custom_array(
buffer: &[u8],
create_array: mts_create_array_callback_t,
) -> Result<TensorMap, Error>Expand description
Load a serialized TensorMap from a buffer using a custom array
creation function.
All arrays will be created through the create_array callback.