Deep.Net


NPZFile

Namespace: Tensor

A Numpy .npz data file.

Constructors

ConstructorDescription
new(path)
Signature: path:string -> NPZFile

CompiledName: .ctor

Instance members

Instance memberDescription
Get(name)
Signature: name:string -> Tensor<'?179700>
Type parameters: '?179700

gets the variable with the specified name from the .npz file

Names
Signature: string list

returns all variable names in the .npz file

CompiledName: get_Names

Path
Signature: string

path to this .npz file

CompiledName: get_Path

Static members

Static memberDescription
Open(path)
Signature: path:string -> NPZFile

opens the specified .npz file

Fork me on GitHub