jax-js
    Preparing search index...
    type Tensor = {
        data: TensorData;
        dtype: safetensors.DType;
        shape: number[];
    }

    Properties

    shape: number[]