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