aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/eigen3
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-02-21 17:01:36 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-02-21 17:24:32 -0800
commitb619ca9750eed00ea0c0c89eb68f570f5be3915d (patch)
tree490d577f767d3950f47ac050a38695cdf1a0aca3 /third_party/eigen3
parent34a6fb14c792b6b67ec1a564bdad5efc800573da (diff)
"the the" -> "the"
Change: 148163782
Diffstat (limited to 'third_party/eigen3')
-rw-r--r--third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Activations.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Activations.h b/third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Activations.h
index 94d616f2b5..cbcce9e282 100644
--- a/third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Activations.h
+++ b/third_party/eigen3/unsupported/Eigen/CXX11/src/NeuralNetworks/Activations.h
@@ -80,11 +80,11 @@ struct functor_traits<scalar_tanh_fast_derivative_op<T> > {
} // namespace internal
/**
- * \ingroup CXX11_NeuralNetworks_Module
- * \brief Template functor to clip the the magnitude of the first scalar.
- *
- * \sa class CwiseBinaryOp, MatrixBase::Clip
- */
+ * \ingroup CXX11_NeuralNetworks_Module
+ * \brief Template functor to clip the magnitude of the first scalar.
+ *
+ * \sa class CwiseBinaryOp, MatrixBase::Clip
+ */
template <typename Scalar>
struct scalar_clip_op {
EIGEN_EMPTY_STRUCT_CTOR(scalar_clip_op)