张量和非张量值的元数据类型的通用部分。

interface ValueMetadataBase {
    name: string;
}

继承层级 (查看完整)

属性

属性

name: string

指定输入或输出的名称。

使用 TypeDoc 生成