Interface: AdapterOptions
Defined in: ml/model.ts:204
Options shared by the graph adapters.
Extended by
Properties
name?
ts
optional name?: string;Defined in: ml/model.ts:205
skipOps?
ts
optional skipOps?: string[];Defined in: ml/model.ts:207
fx ops to drop before building the graph. Default ["get_attr"].