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

interface ValueMetadataBase {
    name: string;
}

Hierarchy (view full)

Properties

Properties

name: string

The name of the specified input or output.

Generated using TypeDoc