Table of Contents

Class MLOperandDescriptor

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[ToObject]
public class MLOperandDescriptor
Inheritance
MLOperandDescriptor
Derived
Inherited Members

Constructors

MLOperandDescriptor()

public MLOperandDescriptor()

Fields

DataType

[Value("dataType")]
public required MLOperandDataType DataType

Field Value

MLOperandDataType

Shape

[Value("shape")]
public required List<ulong> Shape

Field Value

List<ulong>