Returns the computation represented by this call graph node.
| 96 | |
| 97 | // Returns the computation represented by this call graph node. |
| 98 | HloComputation* computation() const { return computation_; } |
| 99 | |
| 100 | // Returns the call sites in this computation. These are the instructions in |
| 101 | // this computation which call other computations. |
no outgoing calls