Show / Hide Table of Contents

    Class NPZFile

    A Numpy .npz data file.

    Inheritance
    System.Object
    NPZFile
    Implements
    System.IDisposable
    Namespace: Tensor.Algorithm
    Assembly: Tensor.Algorithm.dll
    Syntax
    type NPZFile (path:string)
        interface IDisposable
    Parameters
    Type Name Description
    string path

    Constructors

    Name Description
    new: string -> NPZFile

    Implicit constructor.

    Properties

    Name Description
    property Names: string list

    returns all variable names in the .npz file

    property Path: string

    path to this .npz file

    Methods

    Name Description
    member Get: string -> Tensor<'?19688>

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

    static member Open: string -> NPZFile

    opens the specified .npz file

    Explicit Interface Implementations

    Name Description
    interface IDisposable with member Dispose: unit -> unit
    Back to top Generated by DocFX