TypeTensor - v0.1.0
    Preparing search index...

    CPU-specific device data handle

    Stores tensor data directly in an ArrayBuffer with metadata for efficient access and memory management.

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    buffer: ArrayBuffer

    The actual data buffer This is the raw memory containing tensor elements

    byteLength: number

    Size of the data in bytes

    device: Device

    Device that manages this data

    id: string

    Unique identifier for this data allocation

    Methods