docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ArgReduce

    Represents a reduction which calculates indices.

    Inheritance
    object
    Layer
    ArgReduce
    ArgMax
    ArgMin
    Inherited Members
    Layer.inputs
    Layer.name
    Layer.outputs
    Layer.flags
    Layer.Execute(Tensor[], ExecutionContext)
    Layer.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Sentis.Layers
    Assembly: solution.dll
    Syntax
    [Serializable]
    public abstract class ArgReduce : Layer

    Constructors

    Name Description
    ArgReduce(string, string, int, bool, bool)

    Initializes and returns an instance of ArgReduce layer.

    Fields

    Name Description
    axis

    The axis along which to perform the operation.

    keepdims

    Whether to keep the axis dimension in the output tensor.

    selectLastIndex

    Whether to perform the operation from the back of the axis.

    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)