Interface: MappedNeuroVecOptions
Defined in: src/vec/MappedNeuroVec.ts:16
Options for memory-mapped access
Properties
dtype?
ts
optional dtype?: "float32" | "float64" | "uint8" | "int16";Defined in: src/vec/MappedNeuroVec.ts:17
byteOffset?
ts
optional byteOffset?: number;Defined in: src/vec/MappedNeuroVec.ts:18
littleEndian?
ts
optional littleEndian?: boolean;Defined in: src/vec/MappedNeuroVec.ts:19