aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/quantize/python/quantize.py
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/contrib/quantize/python/quantize.py')
-rw-r--r--tensorflow/contrib/quantize/python/quantize.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/quantize/python/quantize.py b/tensorflow/contrib/quantize/python/quantize.py
index 2b5b877e8e..33f14e8d0e 100644
--- a/tensorflow/contrib/quantize/python/quantize.py
+++ b/tensorflow/contrib/quantize/python/quantize.py
@@ -341,7 +341,7 @@ def _InsertQuantOp(context,
"""Inserts a quant op between a producer op and (multiple) consumer ops.
Args:
- context: Context w,here producer and consumer operations are nested.
+ context: Context where producer and consumer operations are nested.
name: Name for the new quantization op within the context.
producer: Producer operation of the pairs where quantization will be
inserted.