# Identity(CommandBuffer?, MachineLearningOperator, ComputeBuffer, ComputeBuffer)

> Executes the identity operator.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine.Rendering](/engine/6000.3/script-reference/unityengine/rendering.md)
* **Assembly:** UnityEngine.CoreModule

## Identity(CommandBuffer, MachineLearningOperator, ComputeBuffer, ComputeBuffer)

```csharp
public static void Identity(CommandBuffer? cb, MachineLearningOperator op, ComputeBuffer X, ComputeBuffer O)
```

### Parameters

**** (\[CommandBuffer]\(/engine/6000.3/script-reference/unityengine/rendering/commandbuffer)): The command buffer.**** (\[MachineLearningOperator]\(/engine/6000.3/script-reference/unityengine/rendering/machinelearningoperator)): The identity machine learning operator handle.**** (\[ComputeBuffer]\(/engine/6000.3/script-reference/unityengine/computebuffer)): The input tensor.**** (\[ComputeBuffer]\(/engine/6000.3/script-reference/unityengine/computebuffer)): The output tensor.
