| 437 | // A hash function for InputTensors. Nodes are hashed based on their pointer |
| 438 | // value. |
| 439 | struct Hash { |
| 440 | uint64 operator()(InputTensor const& s) const; |
| 441 | }; |
| 442 | }; |
| 443 | |
| 444 | // Represents an output of a node, i.e., the `index`-th output of `node`. Note |