ONNX Runtime JavaScript API
    Preparing search index...

    Interface ValueMetadataBase

    The common part of the value metadata type for both tensor and non-tensor values.

    interface ValueMetadataBase {
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    name: string

    The name of the specified input or output.