Skip to main content

MAGIC

Constant MAGIC 

Source
pub const MAGIC: [u8; 4];
Expand description

Magic bytes that open every Hurray tensor descriptor: ASCII "HRRY".

use hurray_core::descriptor::MAGIC;
assert_eq!(&MAGIC, b"HRRY");