agentix-embed-code-ts - v0.1.1
    Preparing search index...
    interface IOrtTensor {
        type: string;
        dims: readonly number[];
        data:
            | Float32Array<ArrayBufferLike>
            | Int32Array<ArrayBufferLike>
            | BigInt64Array<ArrayBufferLike>;
        dispose(): void;
    }
    Index

    Properties

    Methods

    Properties

    type: string
    dims: readonly number[]
    data:
        | Float32Array<ArrayBufferLike>
        | Int32Array<ArrayBufferLike>
        | BigInt64Array<ArrayBufferLike>

    Methods