pub type GraphBuilder = Vec<u8>;
Expand description
The graph initialization data.
This gets bundled up into an array of buffers because implementing backends may encode their graph IR in parts (e.g., OpenVINO stores its IR and weights separately).
Aliased Typeยง
struct GraphBuilder { /* private fields */ }