# MachineLearningOperatorDispatcher

> Static dispatcher class for executing machine learning operators.

## Definition

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

```csharp
public static class MachineLearningOperatorDispatcher
```

## Static Methods

| Method                                                                                                          | Description                                                 |
| --------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------- |
| [Conv](/engine/6000.5/script-reference/unityengine/rendering/machinelearningoperatordispatcher/conv.md)         | Executes the convolution operator.                          |
| [Gemm](/engine/6000.5/script-reference/unityengine/rendering/machinelearningoperatordispatcher/gemm.md)         | Executes the general matrix multiplication (GEMM) operator. |
| [Identity](/engine/6000.5/script-reference/unityengine/rendering/machinelearningoperatordispatcher/identity.md) | Executes the identity operator.                             |
| [Reduce](/engine/6000.5/script-reference/unityengine/rendering/machinelearningoperatordispatcher/reduce.md)     | Executes the reduce operator.                               |
