Rate This Document
Findability
Accuracy
Completeness
Readability

Function Description

Operator Function

Performs matrix multiplication.

Formula

  • 2D tensor

  • High-dimensional tensor
    Table 1 Formula parameters

    Parameter

    Description

    src

    Input source tensor.

    weights

    Weight tensor.

    bias

    Bias tensor.

    dst

    Output result tensor.

    m, n, k

    Height and width of the to-be-computed matrices A(m,k) and B(k,n), and the output matrix C(m,n).