GraphReduceJoin Method |
Namespace: Emgu.TF
public Operation ReduceJoin( Output inputs, Output reduction_indices, bool keep_dims = false, string separator = null, string opName = "ReduceJoin" )
Public Function ReduceJoin ( inputs As Output, reduction_indices As Output, Optional keep_dims As Boolean = false, Optional separator As String = Nothing, Optional opName As String = "ReduceJoin" ) As Operation
public: Operation^ ReduceJoin( Output^ inputs, Output^ reduction_indices, bool keep_dims = false, String^ separator = nullptr, String^ opName = L"ReduceJoin" )
member ReduceJoin : inputs : Output * reduction_indices : Output * ?keep_dims : bool * ?separator : string * ?opName : string (* Defaults: let _keep_dims = defaultArg keep_dims false let _separator = defaultArg separator null let _opName = defaultArg opName "ReduceJoin" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,