다음을 통해 공유


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는 스레드로부터 안전합니다.

적용 대상