GraphSaveDataset Method |
Namespace: Emgu.TF
public Operation SaveDataset( Output input_dataset, Output path, Output shard_func_other_args, string compression = null, bool use_shard_func = true, string opName = "SaveDataset" )
Public Function SaveDataset ( input_dataset As Output, path As Output, shard_func_other_args As Output, Optional compression As String = Nothing, Optional use_shard_func As Boolean = true, Optional opName As String = "SaveDataset" ) As Operation
public: Operation^ SaveDataset( Output^ input_dataset, Output^ path, Output^ shard_func_other_args, String^ compression = nullptr, bool use_shard_func = true, String^ opName = L"SaveDataset" )
member SaveDataset : input_dataset : Output * path : Output * shard_func_other_args : Output * ?compression : string * ?use_shard_func : bool * ?opName : string (* Defaults: let _compression = defaultArg compression null let _use_shard_func = defaultArg use_shard_func true let _opName = defaultArg opName "SaveDataset" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,