aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/quantize
diff options
context:
space:
mode:
authorGravatar Taehoon Lee <me@taehoonlee.com>2018-07-24 20:18:51 +0900
committerGravatar Taehoon Lee <me@taehoonlee.com>2018-07-24 20:18:51 +0900
commit6f776c78f8824b962a00898eee8277104f978e94 (patch)
tree0d6f9108c3445dec8792afe091cb3b26bff629ff /tensorflow/contrib/quantize
parentc21078f527023e3074b63109fb768413f82a8f8f (diff)
Fix typos
Diffstat (limited to 'tensorflow/contrib/quantize')
-rw-r--r--tensorflow/contrib/quantize/python/quant_ops_test.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tensorflow/contrib/quantize/python/quant_ops_test.py b/tensorflow/contrib/quantize/python/quant_ops_test.py
index c2a8def480..a45840009b 100644
--- a/tensorflow/contrib/quantize/python/quant_ops_test.py
+++ b/tensorflow/contrib/quantize/python/quant_ops_test.py
@@ -75,7 +75,7 @@ class QuantOpsTest(googletest.TestCase):
self.assertGreater(max_value, 0.0)
self.assertLess(max_value, 1.0)
- def testVariablesNotParitioned_LastValue(self):
+ def testVariablesNotPartitioned_LastValue(self):
# Variables added should not use a default partiioner since they are
# scalar. There would be a tensorflow error thrown if the partitioner was
# respected by the rewrite.
@@ -90,7 +90,7 @@ class QuantOpsTest(googletest.TestCase):
is_training=True,
vars_collection=_MIN_MAX_VARS)
- def testVariablesNotParitioned_MovingAvg(self):
+ def testVariablesNotPartitioned_MovingAvg(self):
# Variables added should not use a default partiioner since they are
# scalar. There would be a tensorflow error thrown if the partitioner was
# respected by the rewrite.