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