Options for model loading.

interface OnnxModelOptions {
    externalData?: readonly ExternalDataFileType[];
}

Hierarchy (view full)

Properties

Properties

externalData?: readonly ExternalDataFileType[]

Specifying a list of files that represents the external data.

Generated using TypeDoc