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