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