MachineLearningTensorDescriptor

struct in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Description

This struct contains all the information required to describe an input or output tensor for a machine learning operator.

Properties

dataTypeThe data type of the tensor.
shapeThe shape of the tensor.

Constructors

MachineLearningTensorDescriptorCreate a new tensor descriptor.

Static Methods

NullTensorCreates a descriptor for tensor without data. You can use it to represent optional tensor descriptors in MachineLearningOperatorFactory operator descriptors.

Did you find this page useful? Please give it a rating: