Skip to content

Latest commit

 

History

History
36 lines (29 loc) · 998 Bytes

MLOperatorSetId.md

File metadata and controls

36 lines (29 loc) · 998 Bytes
title description ms.date ms.topic keywords topic_type api_type api_name api_location
MLOperatorSetId struct
Learn about the MLOperatorSetId struct, and its fields and requirements. This struct specifies the identity of an operator set.
4/1/2019
article
windows 10, windows machine learning, WinML, custom operators, MLOperatorSetId
APIRef
NA
MLOperatorSetId
MLOperatorAuthor.h

MLOperatorSetId struct

Specifies the identity of an operator set.

Fields

Name Type Description
domain const char* The domain of the operator, for example, "ai.onnx.ml", or an empty string for the ONNX domain.
version int32_t The version of the operator domain.

Requirements

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

[!INCLUDE help]