GraphXlaSparseCoreAdagrad Method |
Namespace: Emgu.TF
public Operation XlaSparseCoreAdagrad( Output indices, Output gradient, Output learning_rate, Output accumulator, Output embedding_table, long feature_width, string opName = "XlaSparseCoreAdagrad" )
Public Function XlaSparseCoreAdagrad ( indices As Output, gradient As Output, learning_rate As Output, accumulator As Output, embedding_table As Output, feature_width As Long, Optional opName As String = "XlaSparseCoreAdagrad" ) As Operation
public: Operation^ XlaSparseCoreAdagrad( Output^ indices, Output^ gradient, Output^ learning_rate, Output^ accumulator, Output^ embedding_table, long long feature_width, String^ opName = L"XlaSparseCoreAdagrad" )
member XlaSparseCoreAdagrad : indices : Output * gradient : Output * learning_rate : Output * accumulator : Output * embedding_table : Output * feature_width : int64 * ?opName : string (* Defaults: let _opName = defaultArg opName "XlaSparseCoreAdagrad" *) -> Operation
2024 Emgu Corporation, All Rights Reserved,