pub fn layout_from_flatbuffer(
flatbuffer: FlatBuffer,
dtype: &DType,
layout_ctx: &LayoutContext,
ctx: &ArrayContext,
layouts: &LayoutRegistry,
) -> VortexResult<LayoutRef>Expand description
Parse a LayoutRef from a layout flatbuffer.