Table of Contents

Class ML

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

Constructors

ML()

public ML()

Methods

CreateContext(GPUDevice)

[Value("createContext")]
public Task<MLContext> CreateContext(GPUDevice gpuDevice)

Parameters

gpuDevice GPUDevice

Returns

Task<MLContext>

CreateContext(MLContextOptions)

[Value("createContext")]
public Task<MLContext> CreateContext(MLContextOptions options = null)

Parameters

options MLContextOptions

Returns

Task<MLContext>