Change HloBuffer, HloBufferSet and HloValueSet to hold pointers rather than ids.
This makes it easier to implement logic like returning the size of an HloBuffer, which requires knowing the underlying HloValues. No functional changes; only a change of representation. PiperOrigin-RevId: 161737042
Loading
Please sign in to comment