Share via


TensorFlow.DeserializeFromDictionary(IDictionary) Method

Definition

Deserializes a IDictionary into an instance of TensorFlow.

public static Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ITensorFlow DeserializeFromDictionary (System.Collections.IDictionary content);
static member DeserializeFromDictionary : System.Collections.IDictionary -> Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.ITensorFlow
Public Shared Function DeserializeFromDictionary (content As IDictionary) As ITensorFlow

Parameters

content
IDictionary

The global::System.Collections.IDictionary content that should be used.

Returns

an instance of ITensorFlow.

Applies to