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
[Missing <returns> documentation for "M:Emgu.TF.Graph.GatherNd(Emgu.TF.Output,Emgu.TF.Output,System.String)"]
2018 Emgu Corporation, All Rights Reserved,