Skip to main content
Version: 0.7.x

Type Alias: TensorBuffer

TensorBuffer = ArrayBuffer | Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint16Array | Uint32Array | BigInt64Array | BigUint64Array

Defined in: packages/react-native-executorch/src/types/common.ts:113

Represents the data buffer of a tensor, which can be one of several typed array formats.