Skip to content

Commit

Permalink
Add see also section to TensorFlowEstimator docs (#4941)
Browse files Browse the repository at this point in the history
  • Loading branch information
najeeb-kazmi committed Mar 13, 2020
1 parent 1d90439 commit c2429fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Microsoft.ML.TensorFlow/doc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
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.
</para>
</remarks>
<altmember cref="M:Microsoft.ML.Transforms.TensorFlowModel.ScoreTensorFlowModel(System.String,System.String,System.Boolean)" />
<altmember cref="M:Microsoft.ML.Transforms.TensorFlowModel.ScoreTensorFlowModel(System.String[],System.String[],System.Boolean)" />
</member>
</members>
</doc>

0 comments on commit c2429fa

Please sign in to comment.