ONNX Runtime JavaScript API
    Preparing search index...

    Interface NonTensorValueMetadata

    Represents the metadata of a non-tensor value.

    interface NonTensorValueMetadata {
        isTensor: false;
        name: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    isTensor: false

    Get a value indicating whether the value is a tensor.

    name: string

    The name of the specified input or output.