Fix LINT.IfChange comment
authorgracehoney <31743510+aaroey@users.noreply.github.com>
Fri, 9 Feb 2018 17:47:58 +0000 (09:47 -0800)
committergracehoney <31743510+aaroey@users.noreply.github.com>
Fri, 9 Feb 2018 17:47:58 +0000 (09:47 -0800)
tensorflow/contrib/tensorrt/convert/convert_graph.cc

index f817529..8994480 100644 (file)
@@ -56,8 +56,7 @@ static bool IsTensorRTCandidate(const tensorflow::NodeDef& node_def) {
       "Identity", "Const", "Conv2D", "MaxPool", "BiasAdd", "Relu",
       "Add",      "Mul",   "Sub",    "Rsqrt",   "Pad"  // "Placeholder" ,"Mean"
   };
-  // LINT.ThenChange(
-  //    https://www.tensorflow.org/code/tensorflow/contrib/tensorrt/convert/convert_nodes.h)
+  // LINT.ThenChange(//tensorflow/contrib/tensorrt/convert/convert_nodes.h)
   return candidate_ops.count(node_def.op());
 }