GraphScatterNdAdd Method |
Namespace: Emgu.TF
public Operation ScatterNdAdd( Output reference, Output indices, Output updates, bool use_locking = false, string opName = "ScatterNdAdd" )
Public Function ScatterNdAdd ( reference As Output, indices As Output, updates As Output, Optional use_locking As Boolean = false, Optional opName As String = "ScatterNdAdd" ) As Operation
public: Operation^ ScatterNdAdd( Output^ reference, Output^ indices, Output^ updates, bool use_locking = false, String^ opName = L"ScatterNdAdd" )
member ScatterNdAdd : reference : Output * indices : Output * updates : Output * ?use_locking : bool * ?opName : string (* Defaults: let _use_locking = defaultArg use_locking false let _opName = defaultArg opName "ScatterNdAdd" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,