GraphGatherV2 Method |
Namespace: Emgu.TF
public Operation GatherV2( Output parameters, Output indices, Output axis, string opName = "GatherV2" )
Public Function GatherV2 ( parameters As Output, indices As Output, axis As Output, Optional opName As String = "GatherV2" ) As Operation
public: Operation^ GatherV2( Output^ parameters, Output^ indices, Output^ axis, String^ opName = L"GatherV2" )
member GatherV2 : parameters : Output * indices : Output * axis : Output * ?opName : string (* Defaults: let _opName = defaultArg opName "GatherV2" *) -> Operation
[Missing <returns> documentation for "M:Emgu.TF.Graph.GatherV2(Emgu.TF.Output,Emgu.TF.Output,Emgu.TF.Output,System.String)"]
2018 Emgu Corporation, All Rights Reserved,