Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public class MachineLearningContext : IDisposable

Constructors

Constructor

Description

MachineLearningContext()Create a new machine learning context.

Methods

Method

Description

DisposeDisposes the MachineLearningContext instance and all pooled compiled operators.