GraphDistributedSave Method |
Namespace: Emgu.TF
public Operation DistributedSave( Output dataset, Output directory, Output address, string metadata = null, string opName = "DistributedSave" )
Public Function DistributedSave ( dataset As Output, directory As Output, address As Output, Optional metadata As String = Nothing, Optional opName As String = "DistributedSave" ) As Operation
public: Operation^ DistributedSave( Output^ dataset, Output^ directory, Output^ address, String^ metadata = nullptr, String^ opName = L"DistributedSave" )
member DistributedSave : dataset : Output * directory : Output * address : Output * ?metadata : string * ?opName : string (* Defaults: let _metadata = defaultArg metadata null let _opName = defaultArg opName "DistributedSave" *) -> Operation
2024 Emgu Corporation, All Rights Reserved,