MachineLearningContext
Represents a machine learning context used for lifetime control and pooling of the compiled MachineLearningOperator.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Class
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
- Implements: IDisposable
public class MachineLearningContext : IDisposable
Constructors
Constructor | Description |
|---|---|
| MachineLearningContext() | Create a new machine learning context. |
Methods
Method | Description |
|---|---|
| Dispose | Disposes the MachineLearningContext instance and all pooled compiled operators. |