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