docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Min

    Min(TensorFloat[], TensorFloat)

    Performs an element-wise Min math operation: f(x1, x2 ... xn) = min(x1, x2 ... xn).

    This supports numpy-style broadcasting of input tensors.

    Declaration
    public override void Min(TensorFloat[] tensors, TensorFloat O)
    Parameters
    Type Name Description
    TensorFloat[] tensors
    TensorFloat O

    The output tensor to be computed and filled.

    Overrides
    CPUBackend.Min(TensorFloat[], TensorFloat)

    Min(TensorInt[], TensorInt)

    Performs an element-wise Min math operation: f(x1, x2 ... xn) = min(x1, x2 ... xn).

    This supports numpy-style broadcasting of input tensors.

    Declaration
    public override void Min(TensorInt[] tensors, TensorInt O)
    Parameters
    Type Name Description
    TensorInt[] tensors
    TensorInt O

    The output tensor to be computed and filled.

    Overrides
    CPUBackend.Min(TensorInt[], TensorInt)
    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)