Similar

Input

x1:

  • Required: yes
  • Type: float16
  • Description: left matrix
  • Restriction: shape [m,k]

x2:

  • Required: yes
  • Type: float16
  • Description: right matrix
  • Restriction: shape [k,n] or [n,k]

Attribute

  • transB:
    • Required: yes
    • Type: bool
    • Description: whether right matrix needs to be transposed
    • Restriction: default = false

Output

y:

  • Required: yes
  • Type: float16
  • Description: matrix multiplication result