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