Closed
Description
#862 enabled extracting information about nodes in a TF model. However, it's not completely clear how to extract the most important information for using the model with the TF Transform: what are the input and output nodes?
The DnnAnalyzer
shows how to view all the nodes, but this can be improved to identify which are the input and output nodes (based on the other links) to make this easier.
Proposal: either modify DnnAnalyzer
to identify the input and output nodes, or provide a separate sample that does this.