GraphDecodePng Method |
Namespace: Emgu.TF
public Operation DecodePng( Output contents, long channels = 0, Nullable<DataType> dtype = null, string opName = "DecodePng" )
Public Function DecodePng ( contents As Output, Optional channels As Long = 0, Optional dtype As Nullable(Of DataType) = Nothing, Optional opName As String = "DecodePng" ) As Operation
public: Operation^ DecodePng( Output^ contents, long long channels = 0, Nullable<DataType> dtype = nullptr, String^ opName = L"DecodePng" )
member DecodePng : contents : Output * ?channels : int64 * ?dtype : Nullable<DataType> * ?opName : string (* Defaults: let _channels = defaultArg channels 0 let _dtype = defaultArg dtype null let _opName = defaultArg opName "DecodePng" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,