DML_OPERATOR_GRAPH_NODE_DESC结构 (directml.h)
描述 由 DML_GRAPH_DESC 定义并传递给 IDMLDevice1::CompileGraph 的 DirectML 运算符图中的节点。
此节点的行为由 DirectML 运算符定义。
语法
struct DML_OPERATOR_GRAPH_NODE_DESC {
IDMLOperator *Operator;
const char *Name;
};
成员
Operator
类型: IDMLOperator*
定义节点行为的 DirectML 运算符。
Name
类型:_Field_z_ _Maybenull_ const char*
图形连接的可选名称。 如果提供,则可能会在 DirectML 调试层发出的某些错误消息中使用。
可用性
此 API 是在 DirectML 版本 中引入的 1.1.0
。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows 10内部版本 20348 |
最低受支持的服务器 | Windows 10内部版本 20348 |
标头 | directml.h |