Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 965 Bytes

IMLOperatorShapeInferenceContext_IsInputValid.md

File metadata and controls

34 lines (28 loc) · 965 Bytes
title description ms.date ms.topic keywords topic_type api_type api_name api_location
IMLOperatorShapeInferenceContext.IsInputValid method
Learn about the IMLOperatorShapeInferenceContext.IsInputValid method. This method returns true if an input to the operator is valid.
4/1/2019
article
windows 10, windows machine learning, WinML, custom operators, IsInputValid
APIRef
NA
IMLOperatorShapeInferenceContext.IsInputValid
MLOperatorAuthor.h

IMLOperatorShapeInferenceContext.IsInputValid method

Returns true if an input to the operator is valid. This always returns true except for optional inputs and invalid indices.

bool IsInputValid(
    uint32_t inputIndex)

Requirements

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

[!INCLUDE help]