Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


MachineLearningTensorDescriptor

This struct contains all the information required to describe an input or output tensor for a machine learning operator.
Read time 1 minuteLast updated 4 days ago

Definition

public struct MachineLearningTensorDescriptor : IEquatable<MachineLearningTensorDescriptor>

Fields

Value

Description

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

Constructors

Static Methods

Method

Description

NullTensorCreates a descriptor for tensor without data.