docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor ReduceSumSquare

    ReduceSumSquare(string, string[], bool, bool)

    Initializes and returns an instance of ReduceSumSquare reduction layer.

    Declaration
    public ReduceSumSquare(string name, string[] inputs, bool keepdims = true, bool noopWithEmptyAxes = false)
    Parameters
    Type Name Description
    string name

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

    string[] inputs

    The name of the input tensor and optionally the axes tensor. If no axes tensor is provided, the layer performs the reduction according to the value of noopWithEmptyAxes.

    bool keepdims

    Whether to keep the axis dimension in the output tensor. The default value is true.

    bool noopWithEmptyAxes

    Whether to perform an identity operation if the input axes tensor is empty. The default value is false.

    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)