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

[luci/service] Support SOFTMAX dynamic shape inference #13784

Merged
merged 2 commits into from
Aug 27, 2024

Conversation

jinevening
Copy link
Contributor

This supports dynamic shape inference for SOFTMAX Op.

ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong [email protected]


Related to: #13697
Draft PR: #13750

This supports dynamic shape inference for SOFTMAX Op.

ONE-DCO-1.0-Signed-off-by: Hyukjin Jeong <[email protected]>
Comment on lines 17 to 22
#include <luci/Service/CircleShapeInference.h>

#include "CircleCloneNode.h"

#include "CircleShapeInferenceHelper.h"

Copy link
Contributor

@seanshpark seanshpark Aug 27, 2024

Choose a reason for hiding this comment

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

I've noticed adding includes in #13780 and found that we need some updates

Suggested change
#include <luci/Service/CircleShapeInference.h>
#include "CircleCloneNode.h"
#include "CircleShapeInferenceHelper.h"
#include "luci/Service/CircleShapeInference.h"
#include "CircleCloneNode.h"
#include "CircleShapeInferenceHelper.h"

I couldn't find how the relation of this source and headers was... and now I see.

order of headers;

  • direct header for this source file with "...", should be in same module
  • in same folder(module) with "..."
  • in another module with <...>

Copy link
Contributor

@seanshpark seanshpark left a comment

Choose a reason for hiding this comment

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

LGTM thank you!

@jinevening jinevening merged commit feef973 into Samsung:master Aug 27, 2024
10 checks passed
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