Skip to content
Snippets Groups Projects
Verified Commit be8c415a authored by Björn Ludwig's avatar Björn Ludwig
Browse files

refactor(propagate): extract main logic into function to make it testable

parent 37f02739
Branches
Tags
No related merge requests found
"""Does the actual propagation to be profiled for MLPs equipped with GUMQuadLU"""
__all__ = ["assemble_pipeline"]
__all__ = ["assemble_pipeline", "iterate_over_activations_and_architectures"]
import datetime
from itertools import repeat
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment