Skip to content

Latest commit

 

History

History
75 lines (59 loc) · 2.08 KB

nf-winml-iwinmlruntime-loadmodel.md

File metadata and controls

75 lines (59 loc) · 2.08 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:winml.IWinMLRuntime.LoadModel
IWinMLRuntime::LoadModel (winml.h)
Loads a WinML model.
IWinMLRuntime interface
LoadModel method
IWinMLRuntime.LoadModel
IWinMLRuntime::LoadModel
LoadModel
LoadModel method
LoadModel method
IWinMLRuntime interface
MachineLearning.iwinmlruntime_loadmodel
winml/IWinMLRuntime::LoadModel
machinelearning\iwinmlruntime_loadmodel.htm
MachineLearning
75FC42E6-CFFA-4E85-A2D5-80322630E958
12/05/2018
IWinMLRuntime interface,LoadModel method, IWinMLRuntime.LoadModel, IWinMLRuntime::LoadModel, LoadModel, LoadModel method, LoadModel method,IWinMLRuntime interface, MachineLearning.iwinmlruntime_loadmodel, winml/IWinMLRuntime::LoadModel
winml.h
Windows
Windows 10, version 1803 [desktop apps only]
Windows Server [desktop apps only]
Winml.lib
Winml.dll
Windows
19H1
IWinMLRuntime::LoadModel
winml/IWinMLRuntime::LoadModel
c++
APIRef
kbSyntax
COM
winml.dll
IWinMLRuntime.LoadModel

IWinMLRuntime::LoadModel

-description

These APIs have been deprecated and should no longer be used:  Please use Windows.AI.MachineLearning instead.

Loads a WinML model.

-parameters

-param Path [in]

Path name for the model.

-param ppModel [out]

A double pointer to an IWinMLModel describing a WinML model.

-returns

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

-see-also

IWinMLRuntime