Interface: OnnxNode
Defined in: ml/model.ts:231
A node of an ONNX graph, as produced by MessageToDict(model.graph).
Properties
input?
ts
optional input?: string[];Defined in: ml/model.ts:234
name?
ts
optional name?: string;Defined in: ml/model.ts:232
opType
ts
opType: string;Defined in: ml/model.ts:233
output?
ts
optional output?: string[];Defined in: ml/model.ts:235