aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/python/ops/hidden_ops.txt
diff options
context:
space:
mode:
authorGravatar Eugene Brevdo <ebrevdo@google.com>2017-05-22 17:06:20 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-05-22 17:10:33 -0700
commitac9fee249c52de7abb113372f093a6bb620dee9c (patch)
treef6c0588afba3a1de51451c2343c0caecebbb57bf /tensorflow/python/ops/hidden_ops.txt
parent1a4b09b17706ad4161ec750aebf791c4a7ef139f (diff)
C++ implementation of SparseFillEmptyRows
Should be much faster and more efficient than the python version. Does not require sorted indices. safe_embedding_lookup_sparse should now be faster. (will take full effect in 3 weeks, on June 10th) PiperOrigin-RevId: 156806888
Diffstat (limited to 'tensorflow/python/ops/hidden_ops.txt')
-rw-r--r--tensorflow/python/ops/hidden_ops.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/tensorflow/python/ops/hidden_ops.txt b/tensorflow/python/ops/hidden_ops.txt
index 57a5b982ab..06adfc5066 100644
--- a/tensorflow/python/ops/hidden_ops.txt
+++ b/tensorflow/python/ops/hidden_ops.txt
@@ -331,6 +331,8 @@ SparseAdd
SparseAddGrad
SparseConcat
SparseCross
+SparseFillEmptyRows
+SparseFillEmptyRowsGrad
SparseSplit
SparseSelectLastK
SparseReorder