ILearningModelOperatorProviderNative.GetRegistry method

Gets an IMLOperatorRegistry object containing custom operator definitions.

void GetRegistry(
    IMLOperatorRegistry** ppOperatorRegistry);

Parameters

Name Type Description
ppOperatorRegistry IMLOperatorRegistry** The IMLOperatorRegistry object containing custom operator definitions.

Returns

void This method does not return a value.

Requirements

Requirement
Minimum supported client Windows 10, build 17763
Minimum supported server Windows Server 2019 with Desktop Experience
Header windows.ai.machinelearning.native.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.