GraphDecodePaddedRaw Method |
Namespace: Emgu.TF
public Operation DecodePaddedRaw( Output input_bytes, Output fixed_length, DataType out_type, bool little_endian = true, string opName = "DecodePaddedRaw" )
Public Function DecodePaddedRaw ( input_bytes As Output, fixed_length As Output, out_type As DataType, Optional little_endian As Boolean = true, Optional opName As String = "DecodePaddedRaw" ) As Operation
public: Operation^ DecodePaddedRaw( Output^ input_bytes, Output^ fixed_length, DataType out_type, bool little_endian = true, String^ opName = L"DecodePaddedRaw" )
member DecodePaddedRaw : input_bytes : Output * fixed_length : Output * out_type : DataType * ?little_endian : bool * ?opName : string (* Defaults: let _little_endian = defaultArg little_endian true let _opName = defaultArg opName "DecodePaddedRaw" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,