Anonymous View
ONNX Runtime JavaScript API
    Preparing search index...

    Interface ExternalDataFileDescription

    Represents an external data file.

    interface ExternalDataFileDescription {
        data: FileType;
        path: string;
    }
    Index

    Properties

    Properties

    data: FileType

    Specify the external data file.

    path: string

    Specify the file path.