GraphResourceScatterMin Method |
Namespace: Emgu.TF
public Operation ResourceScatterMin( Output resource, Output indices, Output updates, string opName = "ResourceScatterMin" )
Public Function ResourceScatterMin ( resource As Output, indices As Output, updates As Output, Optional opName As String = "ResourceScatterMin" ) As Operation
public: Operation^ ResourceScatterMin( Output^ resource, Output^ indices, Output^ updates, String^ opName = L"ResourceScatterMin" )
member ResourceScatterMin : resource : Output * indices : Output * updates : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "ResourceScatterMin" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,