docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method Einsum

    Einsum(TensorFloat[], TensorFloat, TensorIndex[], TensorIndex, TensorIndex, TensorShape)

    Performs an Einsum math operation.

    Declaration
    public virtual void Einsum(TensorFloat[] inputTensors, TensorFloat O, TensorIndex[] operandIndices, TensorIndex outputIndices, TensorIndex sumIndices, TensorShape sumShape)
    Parameters
    Type Name Description
    TensorFloat[] inputTensors

    The input tensors.

    TensorFloat O

    The output tensor to be computed and filled.

    TensorIndex[] operandIndices

    The operand indices for each input tensor.

    TensorIndex outputIndices

    The output indices for each input tensor.

    TensorIndex sumIndices

    The indices along which to sum.

    TensorShape sumShape

    The shape along which to sum.

    Implements
    IBackend.Einsum(TensorFloat[], TensorFloat, TensorIndex[], TensorIndex, TensorIndex, TensorShape)
    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)