aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Sami Kama <skama@nvidia.com>2018-06-19 10:40:33 -0700
committerGravatar Sami Kama <skama@nvidia.com>2018-06-19 10:40:33 -0700
commit941dd4d4ae6d4cfa9b70cd061aa207e04e7730ae (patch)
tree65f5c513aa2761444b00b5235bd6db1a52c970b5
parent84a1f27d79f444cd865b6c46787bc650c6ff90ec (diff)
Fix line too long error on method doc
-rw-r--r--tensorflow/contrib/tensorrt/python/trt_convert.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/tensorrt/python/trt_convert.py b/tensorflow/contrib/tensorrt/python/trt_convert.py
index 0478df9585..490c74a701 100644
--- a/tensorflow/contrib/tensorrt/python/trt_convert.py
+++ b/tensorflow/contrib/tensorrt/python/trt_convert.py
@@ -158,7 +158,7 @@ def calib_graph_to_infer_graph(calibration_graph_def, is_dynamic_op=False):
Args:
calibration_graph_def: the calibration GraphDef object with calibration data
- is_dynamic_op : whether to create dynamic engines or static engines from calibration
+ is_dynamic_op: whether to create dynamic static engines from calibration
Returns:
New GraphDef with TRTEngineOps placed in graph replacing calibration nodes.
Raises: