WasmGPU - v0.6.0
    Preparing search index...

    Type Alias SendNdarrayOptions

    type SendNdarrayOptions = {
        allocator?: "heap" | "frame" | WasmHeapArena;
        dtype?: DType;
        shape?: ReadonlyArray<number>;
    }
    Index

    Properties

    allocator?: "heap" | "frame" | WasmHeapArena
    dtype?: DType
    shape?: ReadonlyArray<number>