张量和非张量值的元数据类型的共同部分。

interface ValueMetadataBase {
    name: string;
}

层级结构 (查看完整版)

属性

属性

name: string

指定输入或输出的名称。

使用 TypeDoc 生成