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

    Properties

    shape: number[]