GraphResourceGather Method |
Namespace: Emgu.TF
public Operation ResourceGather( Output resource, Output indices, DataType dtype, long batch_dims = 0, bool validate_indices = true, string opName = "ResourceGather" )
Public Function ResourceGather ( resource As Output, indices As Output, dtype As DataType, Optional batch_dims As Long = 0, Optional validate_indices As Boolean = true, Optional opName As String = "ResourceGather" ) As Operation
public: Operation^ ResourceGather( Output^ resource, Output^ indices, DataType dtype, long long batch_dims = 0, bool validate_indices = true, String^ opName = L"ResourceGather" )
member ResourceGather : resource : Output * indices : Output * dtype : DataType * ?batch_dims : int64 * ?validate_indices : bool * ?opName : string (* Defaults: let _batch_dims = defaultArg batch_dims 0 let _validate_indices = defaultArg validate_indices true let _opName = defaultArg opName "ResourceGather" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,