aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/cc
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2016-11-21 10:48:01 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-11-21 11:02:24 -0800
commit2800e4d47be9078d2688057722f1385276aae8b7 (patch)
treedce19055637d4726e3276d6bc9f2c955f2cf8fd8 /tensorflow/cc
parentf56237c44067b0553eb656b467f2c2f1be327359 (diff)
Minor headers fixes.
Change: 139804256
Diffstat (limited to 'tensorflow/cc')
-rw-r--r--tensorflow/cc/framework/grad_op_registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/cc/framework/grad_op_registry.h b/tensorflow/cc/framework/grad_op_registry.h
index fd3c94aa69..e4da8570f1 100644
--- a/tensorflow/cc/framework/grad_op_registry.h
+++ b/tensorflow/cc/framework/grad_op_registry.h
@@ -36,7 +36,7 @@ typedef Status (*GradFunc)(const Scope& scope, const Operation& op,
// "MatMul" -> MatMulGrad func).
class GradOpRegistry {
public:
- // Registers 'func' as the the gradient function for 'op'.
+ // Registers 'func' as the gradient function for 'op'.
// Returns true if registration was successful, check fails otherwise.
bool Register(const string& op, GradFunc func);