Skip to content

Commit 87ede9e

Browse files
authored
Fixed a rendering issue in the TensorFlow doc. (#2971)
1 parent 8ad83d8 commit 87ede9e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Microsoft.ML.TensorFlow/doc.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@
5959
</item>
6060
</list>
6161
<para>
62-
The inputs and outputs of a TensorFlow model can be obtained using the <see cref="TensorFlowModel.GetModelSchema()"/> or <a href="https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/graph_transforms/README.md#inspecting-graphs">
63-
<code>summarize_graph</code> tools</a>.
62+
The inputs and outputs of a TensorFlow model can be obtained using the <see cref="TensorFlowModel.GetModelSchema()"/> or <a href="https://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/graph_transforms/README.md#inspecting-graphs">summarize_graph</a> tools.
6463
</para>
6564
</remarks>
6665
</member>

0 commit comments

Comments
 (0)