Table of Contents

Class MLTensor

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

Constructors

MLTensor()

public MLTensor()

Properties

DataType

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

Property Value

MLOperandDataType

Readable

[Value("readable")]
public bool Readable { get; }

Property Value

bool

Shape

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

Property Value

ulong[]

Writable

[Value("writable")]
public bool Writable { get; }

Property Value

bool

Methods

Destroy()

[Value("destroy")]
public GlobalObject.Undefined Destroy()

Returns

GlobalObject.Undefined