docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor InstanceNormalization

    InstanceNormalization(string, string, string, string, float)

    Initializes and returns an instance of InstanceNormalization normalization layer.

    Declaration
    public InstanceNormalization(string name, string input, string scale, string bias, float epsilon = 1E-05)
    Parameters
    Type Name Description
    string name

    The name to use for the output tensor of the layer.

    string input

    The name to use for the input tensor of the layer.

    string scale

    The name to use for the scale tensor of the layer.

    string bias

    The name to use for the bias tensor of the layer.

    float epsilon

    The epsilon value the layer uses to avoid division by zero. The default value is 1e-5f.

    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)