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