GraphReal Method |
Namespace: Emgu.TF
public Operation Real( Output input, Nullable<DataType> Tout = null, string opName = "Real" )
Public Function Real ( input As Output, Optional Tout As Nullable(Of DataType) = Nothing, Optional opName As String = "Real" ) As Operation
public: Operation^ Real( Output^ input, Nullable<DataType> Tout = nullptr, String^ opName = L"Real" )
member Real : input : Output * ?Tout : Nullable<DataType> * ?opName : string (* Defaults: let _Tout = defaultArg Tout null let _opName = defaultArg opName "Real" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.Real(Emgu.TF.Output,System.Nullable{Emgu.TF.DataType},System.String)"]
2020 Emgu Corporation, All Rights Reserved,