-
Notifications
You must be signed in to change notification settings - Fork 86
Conversation
This PR needs Approvals as follows.
Please choose reviewers and requet reviews! Click to see how to approve each reviewsYou can approve this PR by triggered comments as follows.
See all trigger commentsPlease replace [Target] to review target
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ownership Approval
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Readability Approval
/ready |
⏳Merge job is queued... |
Motivation and Context
Currently, tensor naming in dlk runtime is
op.name
orop.name + '_' + out_k
.latter naming is used if op has multiple output.
This PR unify naming to
op.name + '_' + out_k
.Description
How has this been tested?
Screenshots (if appropriate):
Types of changes
Checklist: