Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
[CPU]whisper readvalue optimize #26130
base: master
Are you sure you want to change the base?
[CPU]whisper readvalue optimize #26130
Changes from all commits
2916414
451c76d
137beee
737fe5c
6b05005
58d9f6f
d54dc25
a533d73
f7339e3
e142a06
4a2dba0
bf7e493
d90144e
5a98e7b
577721d
c23062e
592919b
f134307
258c3c8
5c771b0
17b8ce3
3a6b83a
f57851d
ca7dde8
df7bb70
aa33812
62772a9
cebed6f
d0f7986
47f436c
dbb9a3e
2ed69c0
44c8fb2
87664d4
153b4b8
e188276
2833602
0a6f13f
7ae318f
79b8272
9c0989d
3eaea83
d3bf35c
266cf38
e94e67f
e5402f8
74147b7
8702a13
fe6f9b4
5f14cc2
a4bc6cd
2da8a3a
942a10c
6ce3e63
ef00d66
140862a
f4a9dce
afaf42f
00da6b7
bb006dc
37bc18f
ad2a87a
6ccd217
f0142fc
c3db59d
0d01e93
8403952
a34ab0c
7319791
dcb3603
2c61fb7
ced56d6
1074f19
dd5dd8a
5e91806
cf8a18f
893888e
6fe7302
2f14480
786c59e
a998273
4abc1b0
5d5ae39
388c72a
d0fb105
de904bb
b621364
63bb470
5d6c9de
e2371d5
800bca3
84cddcd
128e3ab
5bbf247
fa3ed85
1e9a327
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Please insert
nullptr
check.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.
Next line can cover nullptr check,
auto subGraph = memInpNd ? memInpNd->getSubGraph() : nullptr;