Leon4gr45's picture
Upload folder using huggingface_hub (part 8)
fcf3b03 verified
Raw
History Blame Contribute Delete
225 Bytes
// @flow
import {createLayout} from '../../util/struct_array';
const layout = createLayout([
{name: 'a_pos', components: 2, type: 'Int16'}
], 4);
export default layout;
export const {members, size, alignment} = layout;