LearningModel.LoadFromStream Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
LoadFromStream(IRandomAccessStreamReference) |
Carica un modello ONNX da un flusso. |
LoadFromStream(IRandomAccessStreamReference, ILearningModelOperatorProvider) |
Carica un modello ONNX da un flusso. |
LoadFromStream(IRandomAccessStreamReference)
Carica un modello ONNX da un flusso.
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
Parametri
- modelStream
- IRandomAccessStreamReference
Flusso da cui caricare il modello.
Restituisce
Oggetto che rappresenta il file del modello.
- Attributi
Commenti
Windows Server
Per usare questa API in Windows Server, è necessario usare Windows Server 2019 con Esperienza desktop.
Thread safety
Questa API è thread-safe.
Si applica a
LoadFromStream(IRandomAccessStreamReference, ILearningModelOperatorProvider)
Carica un modello ONNX da un flusso.
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
Parametri
- modelStream
- IRandomAccessStreamReference
Flusso da cui caricare il modello.
- operatorProvider
- ILearningModelOperatorProvider
Restituisce
Oggetto che rappresenta il file del modello.
- Attributi
Commenti
Windows Server
Per usare questa API in Windows Server, è necessario usare Windows Server 2019 con Esperienza desktop.
Thread safety
Questa API è thread-safe.