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
[Missing <returns> documentation for "M:Emgu.TF.Graph.ResourceScatterMin(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String)"]
2020 Emgu Corporation, All Rights Reserved,