Skip to content

Commit

Permalink
Adds performance enhancements for sparse embedding lookups.
Browse files Browse the repository at this point in the history
  • Loading branch information
philipphack committed Feb 16, 2023
1 parent 47157c3 commit 8826a9b
Show file tree
Hide file tree
Showing 5 changed files with 391 additions and 283 deletions.
1 change: 1 addition & 0 deletions tensorflow/python/eager/benchmarks_test.py
Expand Up @@ -58,6 +58,7 @@
from tensorflow.python.ops import random_ops
from tensorflow.python.ops import resource_variable_ops
from tensorflow.python.ops.ragged import ragged_tensor
from tensorflow.python.ops.ragged import ragged_embedding_ops
from tensorflow.python.util import nest
from tensorflow.python.util import tf_inspect

Expand Down

0 comments on commit 8826a9b

Please sign in to comment.