jax-js
    Preparing search index...
    type File = {
        metadata?: Record<string, string>;
        tensors: { [key: string]: Tensor };
        totalSize: number;
    }

    Properties

    metadata?: Record<string, string>
    tensors: { [key: string]: Tensor }
    totalSize: number