torch.TypedStorage
export type TypedStorage = Float32Array | Int32Array | Uint32Array | Int8Array | Uint8Array;Values
Float32ArrayInt32ArrayUint32ArrayInt8ArrayUint8Array
Typed array storage for CPU tensors. Matches the types supported by DType system.