Version: Unity 6.4 (6000.4)
LanguageEnglish
  • C#

GemmDescriptor

struct in UnityEngine.Rendering

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Descriptor for the general matrix multiplication (GEMM) operator.

Properties

Property Description
alphaThe scalar multiplier for the product of the first and second input tensors.
betaThe scalar multiplier for the third input tensor.
fusedActivationThe type of activation function to apply.
OThe output tensor descriptor.
transposeXIndicates whether to transpose the first input tensor.
transposeYIndicates whether to transpose the second input tensor.
XThe first input tensor descriptor.
YThe second input tensor descriptor.
ZThe optional third input tensor descriptor.