Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MachineLearningOperatorFactory.GemmDescriptor

Descriptor for the general matrix multiplication (GEMM) operator.
Read time 1 minuteLast updated 7 days ago

Definition

public ref struct MachineLearningOperatorFactory.GemmDescriptor

Fields

Value

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.