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