docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method LRN

    LRN(TensorFloat, TensorFloat, float, float, float, int)

    Normalizes the input tensor over local input regions.

    Declaration
    void LRN(TensorFloat X, TensorFloat O, float alpha, float beta, float bias, int size)
    Parameters
    Type Name Description
    TensorFloat X

    The input tensor.

    TensorFloat O

    The output tensor to be computed and filled.

    float alpha

    The scaling parameter to use for the normalization.

    float beta

    The exponent to use for the normalization.

    float bias

    The bias value to use for the normalization.

    int size

    The number of channels to sum over.

    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)