Skip to content

Commit

Permalink
modify EV name (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mesilenceki authored Feb 9, 2023
1 parent 44355bd commit 2cf6853
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -920,7 +920,7 @@ namespace tensorflow {
template <typename KeyType, typename OffsetType, typename DType>
class LookupForwardEmbeddingVarGPUOp : public EmbeddingCollectionBase<KeyType, OffsetType, DType> {
private:
using VarType = EmbeddingVarGPU<KeyType, float>;
using VarType = EmbeddingVar<KeyType, float>;
EmbeddingVarGPUAdapter<KeyType, float> adapter_;

public:
Expand Down

0 comments on commit 2cf6853

Please sign in to comment.