NPYFile
Namespace: Tensor
methods for accessing Numpy .npy data files.
Functions and values
Function or value | Description |
load path
Signature: path:string -> Tensor<'?182349>
Type parameters: '?182349
|
loads a .npy file from the specified path
|
loadFromStream stream name
Signature: stream:Stream -> name:string -> Tensor<'T>
Type parameters: 'T
|
loads a .npy file from the specified stream
|