MLOperatorParameterOptions enum

Specifies option flags of input and output edges of operators. These options are used while defining custom operator schema.

Fields

Name Value Description
Single 0 There is a single instance of the input or output.
Optional 1 The input or output may be omitted.
Variadic 2 The number of instances of the operator is variable. Variadic parameters must be last among the set of inputs or outputs.

Requirements

Requirement
Minimum supported client Windows 10, build 17763
Minimum supported server Windows Server 2019 with Desktop Experience
Header MLOperatorAuthor.h

Note

Use the following resources for help with Windows ML:

  • To ask or answer technical questions about Windows ML, please use the windows-machine-learning tag on Stack Overflow.
  • To report a bug, please file an issue on our GitHub.