Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions extension/training/optimizer/sgd.h
Original file line numberDiff line numberDiff line change
Expand Up@@ -179,7 +179,7 @@ class ET_EXPERIMENTAL SGDParamGroup {
*/
class ET_EXPERIMENTAL SGD {
public:
explicit SGD(
SGD(
const std::vector<SGDParamGroup>& param_groups,
SGDOptions defaults)
: defaults_(std::make_unique<SGDOptions>(defaults)) {
Expand All@@ -188,7 +188,7 @@ class ET_EXPERIMENTAL SGD {
}
}

explicit SGD(
SGD(
const std::map<executorch::aten::string_view, executorch::aten::Tensor>&
named_parameters,
SGDOptions defaults)
Expand Down