Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing a small issue in OpRegularizerManager. #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mn-robot
Copy link
Collaborator

@mn-robot mn-robot commented Mar 13, 2020

Fixing a small issue in OpRegularizerManager.

Internally, OpRegularizerManager was passing output_boundary as a list to _dfs_for_source_ops, which was packaging it again as a list. The fix now allows _dfs_for_source_ops to support a single output_boundary node or a list of nodes.

Internally, OpRegularizerManager was passing output_boundary as a list to _dfs_for_source_ops, which was packaging it again as a list. The fix now allows _dfs_for_source_ops to support a single output_boundary node or a list of nodes.

PiperOrigin-RevId: 300625458
@mn-robot mn-robot changed the title Internal change Fixing a small issue in OpRegularizerManager. Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants