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