GraphGatherV2 Method |
Namespace: Emgu.TF
public Operation GatherV2( Output parameters, Output indices, Output axis, long batch_dims = 0, string opName = "GatherV2" )
Public Function GatherV2 ( parameters As Output, indices As Output, axis As Output, Optional batch_dims As Long = 0, Optional opName As String = "GatherV2" ) As Operation
public: Operation^ GatherV2( Output^ parameters, Output^ indices, Output^ axis, long long batch_dims = 0, String^ opName = L"GatherV2" )
member GatherV2 : parameters : Output * indices : Output * axis : Output * ?batch_dims : int64 * ?opName : string (* Defaults: let _batch_dims = defaultArg batch_dims 0 let _opName = defaultArg opName "GatherV2" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,