Conv(CommandBuffer?, MachineLearningOperator, ComputeBuffer, ComputeBuffer, ComputeBuffer?, ComputeBuffer)
Executes the convolution operator.
Read time 1 minuteLast updated 8 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
Conv(CommandBuffer, MachineLearningOperator, ComputeBuffer, ComputeBuffer, ComputeBuffer, ComputeBuffer)
public static void Conv(CommandBuffer? cb, MachineLearningOperator op, ComputeBuffer X, ComputeBuffer K, ComputeBuffer? B, ComputeBuffer O)
Parameters
The command buffer.
The convolution machine learning operator.
The input tensor.
The kernel tensor.
The optional bias tensor.
The output tensor.