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