次の方法で共有


LearningModel.LoadFromStream メソッド

定義

オーバーロード

LoadFromStream(IRandomAccessStreamReference)

ストリームから ONNX モデルを読み込みます。

LoadFromStream(IRandomAccessStreamReference, ILearningModelOperatorProvider)

ストリームから ONNX モデルを読み込みます。

LoadFromStream(IRandomAccessStreamReference)

ストリームから ONNX モデルを読み込みます。

public:
 static LearningModel ^ LoadFromStream(IRandomAccessStreamReference ^ modelStream);
/// [Windows.Foundation.Metadata.Overload("LoadFromStream")]
 static LearningModel LoadFromStream(IRandomAccessStreamReference const& modelStream);
[Windows.Foundation.Metadata.Overload("LoadFromStream")]
public static LearningModel LoadFromStream(IRandomAccessStreamReference modelStream);
function loadFromStream(modelStream)
Public Shared Function LoadFromStream (modelStream As IRandomAccessStreamReference) As LearningModel

パラメーター

modelStream
IRandomAccessStreamReference

モデルの読み込み元となるストリーム。

戻り値

モデル ファイルを表す オブジェクト。

属性

注釈

Windows Server

Windows Server でこの API を使用するには、Windows Server 2019 とデスクトップ エクスペリエンスを使用する必要があります。

スレッド セーフ

この API はスレッド セーフです。

適用対象

LoadFromStream(IRandomAccessStreamReference, ILearningModelOperatorProvider)

ストリームから ONNX モデルを読み込みます。

public:
 static LearningModel ^ LoadFromStream(IRandomAccessStreamReference ^ modelStream, ILearningModelOperatorProvider ^ operatorProvider);
/// [Windows.Foundation.Metadata.Overload("LoadFromStreamWithOperatorProvider")]
 static LearningModel LoadFromStream(IRandomAccessStreamReference const& modelStream, ILearningModelOperatorProvider const& operatorProvider);
[Windows.Foundation.Metadata.Overload("LoadFromStreamWithOperatorProvider")]
public static LearningModel LoadFromStream(IRandomAccessStreamReference modelStream, ILearningModelOperatorProvider operatorProvider);
function loadFromStream(modelStream, operatorProvider)
Public Shared Function LoadFromStream (modelStream As IRandomAccessStreamReference, operatorProvider As ILearningModelOperatorProvider) As LearningModel

パラメーター

modelStream
IRandomAccessStreamReference

モデルの読み込み元となるストリーム。

戻り値

モデル ファイルを表す オブジェクト。

属性

注釈

Windows Server

Windows Server でこの API を使用するには、Windows Server 2019 とデスクトップ エクスペリエンスを使用する必要があります。

スレッド セーフ

この API はスレッド セーフです。

適用対象