Returns true if the tensor given by index 'i' is an output of the entire subgraph.
| 131 | // Returns true if the tensor given by index 'i' is an output of the entire |
| 132 | // subgraph. |
| 133 | bool IsSubgraphOutput(int i) const { return subgraph_outputs_[i]; } |
| 134 | |
| 135 | // Returns a handle to a given tensor and, optionally, remove it from the |
| 136 | // internal vector. |