Skip to content

Interface: ModelEdge

Defined in: ml/model.ts:32

A directed connection (activation tensor) between two ModelNodes.

Properties

from

ts
from: string;

Defined in: ml/model.ts:33


label?

ts
optional label?: string;

Defined in: ml/model.ts:35


to

ts
to: string;

Defined in: ml/model.ts:34

MIT licensed. WebGL2 required.