GraphTFRecordDatasetV2 Method |
Namespace: Emgu.TF
public Operation TFRecordDatasetV2( Output filenames, Output compression_type, Output buffer_size, Output byte_offsets, string metadata = null, string opName = "TFRecordDatasetV2" )
Public Function TFRecordDatasetV2 ( filenames As Output, compression_type As Output, buffer_size As Output, byte_offsets As Output, Optional metadata As String = Nothing, Optional opName As String = "TFRecordDatasetV2" ) As Operation
public: Operation^ TFRecordDatasetV2( Output^ filenames, Output^ compression_type, Output^ buffer_size, Output^ byte_offsets, String^ metadata = nullptr, String^ opName = L"TFRecordDatasetV2" )
member TFRecordDatasetV2 : filenames : Output * compression_type : Output * buffer_size : Output * byte_offsets : Output * ?metadata : string * ?opName : string (* Defaults: let _metadata = defaultArg metadata null let _opName = defaultArg opName "TFRecordDatasetV2" *) -> Operation
2024 Emgu Corporation, All Rights Reserved,