Deep.Net


NPYFile

Namespace: Tensor

methods for accessing Numpy .npy data files.

Functions and values

Function or valueDescription
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

Fork me on GitHub