Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tfdbg: stepper: allow multiple fetches + fix a bug
1. Previously, the constructor of NodeStepper supports only a single fetch. This CL extends the support to potentially nested lists, tuples and dicts of fetches, as in Session.run(). 2. The topological sort algorithm in _dfs_visit() was previously wrong. This CL fixes that. 3. Added new methods handle_node_names(), output_slots_in_closure(), and is_placeholder(), along with unit-test coverage. 4. Fixed the way cont() calls on Placeholders work (with unit tests). Change: 141094319
- Loading branch information