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