aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/nn
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-07-14 11:08:04 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-07-14 11:12:02 -0700
commit3a487def43800744d1b83e1f1bac4223b5e88a1c (patch)
tree8b7a10374fd1119d6f5918895fb2c9def910abe6 /tensorflow/contrib/nn
parentbd44ec8fe96479561ad538236900e6152f1ebe4a (diff)
Remove TODO comment.
PiperOrigin-RevId: 161979883
Diffstat (limited to 'tensorflow/contrib/nn')
-rw-r--r--tensorflow/contrib/nn/python/ops/sampling_ops.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tensorflow/contrib/nn/python/ops/sampling_ops.py b/tensorflow/contrib/nn/python/ops/sampling_ops.py
index 7a9eed511b..2ae529e015 100644
--- a/tensorflow/contrib/nn/python/ops/sampling_ops.py
+++ b/tensorflow/contrib/nn/python/ops/sampling_ops.py
@@ -105,7 +105,6 @@ def _rank_resample(weights, biases, inputs, sampled_values, num_resampled,
return resampled, true_expected_count, resampled_expected_count
-# TODO(ccolby): Before checkin, Add reference to TAPAS paper when in arxiv.org.
def rank_sampled_softmax_loss(weights,
biases,
labels,