Class NPYFile (mod)
methods for accessing Numpy .npy data files.
Inheritance
NPYFile (mod)
Namespace: Tensor.Algorithm
Assembly: Tensor.Algorithm.dll
Syntax
module NPYFile
Methods
| Name | Description |
|---|---|
| val load: string -> Tensor<'?19694> | loads a .npy file from the specified path |
| val loadFromStream: Stream -> string -> Tensor<'T> | loads a .npy file from the specified stream |