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