GraphOneHot Method |
Namespace: Emgu.TF
public Operation OneHot( Output indices, Output depth, Output on_value, Output off_value, long axis = -1, string opName = "OneHot" )
Public Function OneHot ( indices As Output, depth As Output, on_value As Output, off_value As Output, Optional axis As Long = -1, Optional opName As String = "OneHot" ) As Operation
public: Operation^ OneHot( Output^ indices, Output^ depth, Output^ on_value, Output^ off_value, long long axis = -1, String^ opName = L"OneHot" )
member OneHot : indices : Output * depth : Output * on_value : Output * off_value : Output * ?axis : int64 * ?opName : string (* Defaults: let _axis = defaultArg axis -1 let _opName = defaultArg opName "OneHot" *) -> Operation
2021 Emgu Corporation, All Rights Reserved,