ONNX Runtime JavaScript API
    Preparing search index...

    Interface OnnxModelOptions

    Options for model loading.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    externalData?: readonly ExternalDataFileType[]

    Specifying a list of files that represents the external data.