Version: Unity 6.1 Alpha (6000.1)
LanguageEnglish
  • C#

MachineLearningTensorShape

struct in UnityEngine.Rendering

/

Implemented in:UnityEngine.CoreModule

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Represents the shape of a tensor.

Properties

D0The size of dimension 0.
D1The size of dimension 1.
D2The size of dimension 2.
D3The size of dimension 3.
D4The size of dimension 4.
D5The size of dimension 5.
D6The size of dimension 6.
D7The size of dimension 7.
rankThe rank of a MachineLearningTensorShape.