GraphFixedLengthRecordDataset Method |
Namespace: Emgu.TF
public Operation FixedLengthRecordDataset( Output filenames, Output header_bytes, Output record_bytes, Output footer_bytes, Output buffer_size, string opName = "FixedLengthRecordDataset" )
Public Function FixedLengthRecordDataset ( filenames As Output, header_bytes As Output, record_bytes As Output, footer_bytes As Output, buffer_size As Output, Optional opName As String = "FixedLengthRecordDataset" ) As Operation
public: Operation^ FixedLengthRecordDataset( Output^ filenames, Output^ header_bytes, Output^ record_bytes, Output^ footer_bytes, Output^ buffer_size, String^ opName = L"FixedLengthRecordDataset" )
member FixedLengthRecordDataset : filenames : Output * header_bytes : Output * record_bytes : Output * footer_bytes : Output * buffer_size : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "FixedLengthRecordDataset" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,