Skip to content

Commit b619ca9

Browse files
"the the" -> "the"
Change: 148163782
1 parent 34a6fb1 commit b619ca9

File tree

10 files changed

+15
-15
lines changed

10 files changed

+15
-15
lines changed

tensorflow/compiler/xla/literal_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class LiteralUtil {
127127
static std::unique_ptr<Literal> Transpose(
128128
const Literal& literal, tensorflow::gtl::ArraySlice<int64> permutation);
129129

130-
// Creates a sub-array from the the given literal by extracting the indices
130+
// Creates a sub-array from the given literal by extracting the indices
131131
// [start_index, limit_index) of each dimension. The result literal has the
132132
// same rank and layout as for the given literal. The number of indices in
133133
// start_indices and limit_indices must be the rank of the literal, and the

tensorflow/compiler/xla/shape_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ class ShapeUtil {
227227
// Validates that the provided shape satisfies invariants.
228228
static Status ValidateShape(const Shape& shape);
229229

230-
// Validates the the provided shape satisfies invariants, except those that
230+
// Validates the provided shape satisfies invariants, except those that
231231
// pertain to layout.
232232
//
233233
// Layout is optional for client-provided shapes, so that the compiler may

tensorflow/contrib/linalg/python/ops/linear_operator_addition.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def add_operators(operators,
138138

139139

140140
def _pop_a_match_at_tier(op1, operator_list, tier):
141-
# Search from the back of list the the front in order to create nice default
141+
# Search from the back of list to the front in order to create nice default
142142
# order of operations.
143143
for i in range(1, len(operator_list) + 1):
144144
op2 = operator_list[-i]

tensorflow/core/kernels/meta_support.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ void Quantize(OpKernelContext* tf_context, const float* input, int count,
332332
// The float to int/uint cast in NEON uses round toward 0. To keep the
333333
// rounding consistent with Eigen, which uses round toward closest, we can
334334
// add 0.5f and exploit the fact that we only operate on non negative values.
335-
// TODO(maciekc): fix the the actual kernel in gemmlowp/meta
335+
// TODO(maciekc): fix the actual kernel in gemmlowp/meta
336336
params.kernel.range_offset =
337337
static_cast<float>(std::numeric_limits<uint8_t>::lowest()) + 0.5f;
338338

tensorflow/examples/android/jni/object_tracking/image-inl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,7 @@ void Image<T>::DownsampleSmoothed5x5(const Image<T>& original) {
452452
4, 16, 24, 16, 4, // 64 +
453453
1, 4, 6, 4, 1}; // 16 = 256
454454

455-
// We'll multiply and sum with the the whole numbers first, then divide by
455+
// We'll multiply and sum with the whole numbers first, then divide by
456456
// the total weight to normalize at the last moment.
457457
for (int y = 0; y < height_; ++y) {
458458
for (int x = 0; x < width_; ++x) {

tensorflow/python/debug/cli/cli_shared.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ def _recommend_command(command, description, indent=2, create_link=False):
203203
204204
Args:
205205
command: (str) The command to recommend.
206-
description: (str) A description of what the the command does.
206+
description: (str) A description of what the command does.
207207
indent: (int) How many spaces to indent in the beginning.
208208
create_link: (bool) Whether a command link is to be applied to the command
209209
string.

tensorflow/python/ops/linalg_ops.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def norm(tensor, ord='euclidean', axis=None, keep_dims=False, name=None):
333333
Mostly equivalent to numpy.linalg.norm.
334334
Not supported: ord <= 0, 2-norm for matrices, nuclear norm.
335335
Other differences:
336-
a) If axis is `None`, treats the the flattened `tensor` as a vector
336+
a) If axis is `None`, treats the flattened `tensor` as a vector
337337
regardless of rank.
338338
b) Explicitly supports 'euclidean' norm as the default, including for
339339
higher order tensors.

tensorflow/tensorboard/components/tf_graph_common/lib/scene/node.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1039,7 +1039,7 @@ function _markParentsOfNodes(visibleNodes: {[nodeName: string]: Node}) {
10391039
/**
10401040
* Find the parent of the passed in op node which is expanded. This is done
10411041
* by going through all parents until the parent's parent is expanded, thus
1042-
* finding the the first unexpanded parent which is rendered on the screen.
1042+
* finding the first unexpanded parent which is rendered on the screen.
10431043
* @param renderGraphInfo The graph info object used to gain access to the
10441044
* render info of the parents.
10451045
* @param currentNode The node whose parent is to be found.

tensorflow/tensorboard/dist/tf-tensorboard.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11660,7 +11660,7 @@ <h3 id="tooltip-help" class="tooltip-container">
1166011660
/**
1166111661
* Find the parent of the passed in op node which is expanded. This is done
1166211662
* by going through all parents until the parent's parent is expanded, thus
11663-
* finding the the first unexpanded parent which is rendered on the screen.
11663+
* finding the first unexpanded parent which is rendered on the screen.
1166411664
* @param renderGraphInfo The graph info object used to gain access to the
1166511665
* render info of the parents.
1166611666
* @param currentNode The node whose parent is to be found.
@@ -24937,4 +24937,4 @@ <h2>Settings</h2>
2493724937
},{"dup":8}]},{},[35,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34]);
2493824938
</script>
2493924939
</dom-module>
24940-
</body></html>
24940+
</body></html>

third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Activations.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,11 @@ struct functor_traits<scalar_tanh_fast_derivative_op<T> > {
8080
} // namespace internal
8181

8282
/**
83-
* \ingroup CXX11_NeuralNetworks_Module
84-
* \brief Template functor to clip the the magnitude of the first scalar.
85-
*
86-
* \sa class CwiseBinaryOp, MatrixBase::Clip
87-
*/
83+
* \ingroup CXX11_NeuralNetworks_Module
84+
* \brief Template functor to clip the magnitude of the first scalar.
85+
*
86+
* \sa class CwiseBinaryOp, MatrixBase::Clip
87+
*/
8888
template <typename Scalar>
8989
struct scalar_clip_op {
9090
EIGEN_EMPTY_STRUCT_CTOR(scalar_clip_op)

0 commit comments

Comments
 (0)