IMLOperatorTypeInferrer interface
Implemented by type inferrers to infer the types of an operator's output edges. Type inferrers must be provided when registering schema of custom operators if the MLOperatorSchemaDescription structure cannot express how output types are determined—for example, when an attribute of the operator determines the data type of one of that operator's outputs.
Methods
Name | Description |
---|---|
InferOutputTypes | Called to infer types of an operator's output edges. |
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.