pub fn load_record_bytes<B, M>(
module: M,
bytes: Vec<u8>,
format: BurnRecordBytesFormat,
precision: BurnRecordPrecision,
device: &B::Device,
) -> Result<M, EngineError>Expand description
Performs the load record bytes operation.