aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/ops/candidate_sampling_ops.cc
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-01-07 13:26:02 -0800
committerGravatar Vijay Vasudevan <vrv@google.com>2016-01-07 13:26:02 -0800
commit6cc392e3b0989744c7b16248b19b48bcbe54fa6a (patch)
tree1537305b998b6dfc6ed700bb0060947549e94689 /tensorflow/core/ops/candidate_sampling_ops.cc
parent3ffa307e49e5b150934a71386194d7ed621e3e98 (diff)
some linting fixes to changes brought in from the public.
Change: 111621725
Diffstat (limited to 'tensorflow/core/ops/candidate_sampling_ops.cc')
-rw-r--r--tensorflow/core/ops/candidate_sampling_ops.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/tensorflow/core/ops/candidate_sampling_ops.cc b/tensorflow/core/ops/candidate_sampling_ops.cc
index c5e6dbe067..b276dda830 100644
--- a/tensorflow/core/ops/candidate_sampling_ops.cc
+++ b/tensorflow/core/ops/candidate_sampling_ops.cc
@@ -49,7 +49,7 @@ true_expected_count: A batch_size * num_true matrix, representing
the number of times each candidate is expected to occur in a batch
of sampled candidates. If unique=true, then this is a probability.
sampled_expected_count: A vector of length num_sampled, for each sampled
- candidate represting the number of times the candidate is expected
+ candidate representing the number of times the candidate is expected
to occur in a batch of sampled candidates. If unique=true, then this is a
probability.
num_true: Number of true labels per context.
@@ -97,7 +97,7 @@ true_expected_count: A batch_size * num_true matrix, representing
the number of times each candidate is expected to occur in a batch
of sampled candidates. If unique=true, then this is a probability.
sampled_expected_count: A vector of length num_sampled, for each sampled
- candidate represting the number of times the candidate is expected
+ candidate representing the number of times the candidate is expected
to occur in a batch of sampled candidates. If unique=true, then this is a
probability.
num_true: Number of true labels per context.
@@ -144,7 +144,7 @@ true_expected_count: A batch_size * num_true matrix, representing
the number of times each candidate is expected to occur in a batch
of sampled candidates. If unique=true, then this is a probability.
sampled_expected_count: A vector of length num_sampled, for each sampled
- candidate represting the number of times the candidate is expected
+ candidate representing the number of times the candidate is expected
to occur in a batch of sampled candidates. If unique=true, then this is a
probability.
num_true: Number of true labels per context.
@@ -191,7 +191,7 @@ true_expected_count: A batch_size * num_true matrix, representing
the number of times each candidate is expected to occur in a batch
of sampled candidates. If unique=true, then this is a probability.
sampled_expected_count: A vector of length num_sampled, for each sampled
- candidate represting the number of times the candidate is expected
+ candidate representing the number of times the candidate is expected
to occur in a batch of sampled candidates. If unique=true, then this is a
probability.
num_true: Number of true labels per context.
@@ -249,7 +249,7 @@ true_expected_count: A batch_size * num_true matrix, representing
the number of times each candidate is expected to occur in a batch
of sampled candidates. If unique=true, then this is a probability.
sampled_expected_count: A vector of length num_sampled, for each sampled
- candidate represting the number of times the candidate is expected
+ candidate representing the number of times the candidate is expected
to occur in a batch of sampled candidates. If unique=true, then this is a
probability.
num_true: Number of true labels per context.
@@ -318,7 +318,7 @@ true_expected_count: A batch_size * num_true matrix, representing
the number of times each candidate is expected to occur in a batch
of sampled candidates. If unique=true, then this is a probability.
sampled_expected_count: A vector of length num_sampled, for each sampled
- candidate represting the number of times the candidate is expected
+ candidate representing the number of times the candidate is expected
to occur in a batch of sampled candidates. If unique=true, then this is a
probability.
num_true: Number of true labels per context.