Skip to content

Adding Conv+Clip fusion#8102

Merged
duli2012 merged 1 commit into
masterfrom
duli/fusion
Jun 21, 2021
Merged

Adding Conv+Clip fusion#8102
duli2012 merged 1 commit into
masterfrom
duli/fusion

Conversation

@duli2012
Copy link
Copy Markdown
Contributor

Description: Describe your changes.
Adding Conv+Clip fusion

@duli2012 duli2012 requested a review from a team as a code owner June 19, 2021 02:10
node.attributes.set('__internal_activation', 'string', (this._nodes[next[0]].opType));
const child = this._nodes[next[0]];
node.attributes.set('__internal_activation', 'string', (child.opType));
// TODO: need add support for Clip after opset 11, which has min/max as inputs
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove what?

@duli2012 duli2012 merged commit 352d560 into master Jun 21, 2021
@duli2012 duli2012 deleted the duli/fusion branch June 21, 2021 23:30
siweic0 pushed a commit to siweic0/onnxruntime-web that referenced this pull request May 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants