RAPIDS
    Preparing search index...

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • deviceMemory: DeviceMemory
      • byteOffset: number = 0

      Returns IpcHandle

    Properties

    buffer: DeviceMemory
    byteOffset: number
    device: number
    handle: Uint8Array

    Methods

    • Returns { byteLength: number; byteOffset: number; device: number; handle: number[] }

      An object with the device ordinal, the 64-bit IPC handle (as a JavaScript Array of octets), byte offset (if applicable) into the exported DeviceMemory, byte length of the IPC segment.

    • Returns string

      The result of calling JSON.stringify(this.toJSON())