Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MachineLearningTensorDescriptor(MachineLearningDataType, MachineLearningTensorShape)

Create a new tensor descriptor.
Read time 1 minuteLast updated 6 days ago

Definition

public MachineLearningTensorDescriptor(MachineLearningDataType dataType, MachineLearningTensorShape shape)

Parameters

The data type of the tensor.

The shape of the tensor.