Table of Contents

Class MLOperand

Namespace
CSharpToJavaScript.APIs.JS
Assembly
CSharpToJavaScript.dll
[Value("MLOperand")]
public class MLOperand
Inheritance
MLOperand
Inherited Members

Constructors

MLOperand()

public MLOperand()

Properties

DataType

[Value("dataType")]
public MLOperandDataType DataType { get; }

Property Value

MLOperandDataType

Shape

[Value("shape")]
public ulong[] Shape { get; }

Property Value

ulong[]