Skip to content

Commit

Permalink
remove NewType in SparseAdaGradSignature (pytorch#437)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: pytorch#437

Left over of D24197727 (pytorch@da05c8d)

Reviewed By: dskhudia

Differential Revision: D24279008

fbshipit-source-id: 483d109b53d32f3986aed0024dc1e658c734ebe7
  • Loading branch information
jspark1105 authored and facebook-github-bot committed Oct 13, 2020
1 parent da05c8d commit a570f94
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/fbgemm/FbgemmEmbedding.h
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ class SparseAdaGradSignature {
float epsilon,
float lr,
float weight_decay)>;
using NewType = Type;
};

template <typename IndexType>
Expand Down

0 comments on commit a570f94

Please sign in to comment.