Gemm(CommandBuffer?, MachineLearningOperator, ComputeBuffer, ComputeBuffer, ComputeBuffer?, ComputeBuffer)
Executes the general matrix multiplication (GEMM) operator.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
Gemm(CommandBuffer, MachineLearningOperator, ComputeBuffer, ComputeBuffer, ComputeBuffer, ComputeBuffer)
public static void Gemm(CommandBuffer? cb, MachineLearningOperator op, ComputeBuffer X, ComputeBuffer Y, ComputeBuffer? Z, ComputeBuffer O)
Parameters
The command buffer.
The machine learning operator.
The first input tensor.
The second input tensor.
The optional third input tensor.
The output tensor.