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