Replacing convert_stack(op._traceback) with op.traceback which internally...
Replacing convert_stack(op._traceback) with op.traceback which internally calls the same function convert_stack(...). In this way, we don't have to reference internal property of the Operation object. PiperOrigin-RevId: 226595043
Loading
Please sign in to comment