docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Store

    Store(Layer, Tensor)

    Stores the result of execution for a given layer.

    Declaration
    void Store(Layer fromLayer, Tensor result)
    Parameters
    Type Name Description
    Layer fromLayer

    The executed layer.

    Tensor result

    The tensor result of execution.

    Store(string, Tensor)

    Stores the result of execution for a given tensor name.

    Declaration
    void Store(string fromLayer, Tensor result)
    Parameters
    Type Name Description
    string fromLayer

    The name of the output from the layer.

    Tensor result

    The tensor result of execution.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)