Skip to main content

load_block_custom_array

Function load_block_custom_array 

Source
pub fn load_block_custom_array(
    path: impl AsRef<Path>,
    create_array: mts_create_array_callback_t,
) -> Result<TensorBlock, Error>
Expand description

Load previously saved TensorBlock from the file at the given path.

All arrays will be created through the create_array callback.