Commit d1e95e4
authored
Correct usage of ov::Tensor::data for 26.0 release (#2934)
## Description
- Update usage of ov::Tensor::data() member for OV 26.0 to fix build
issues.
- No test update, functionality not changed.
- No docs update required.
Blocked PR:
- openvinotoolkit/openvino#32569
<!--- Jira ticket number (e.g., 123). Delete if there's no ticket. Don't
include full link or project name. -->
Ticket:
CVS-174872
## Checklist:
- [x] Tests have been updated or added to cover the new code <!--- If
the change isn't maintenance related, update the tests at
https://github.com/openvinotoolkit/openvino.genai/tree/master/tests or
explain in the description why the tests don't need an update. -->
- [x] This patch fully addresses the ticket. <!--- If follow-up pull
requests are needed, specify in description. -->
- [x] I have made corresponding changes to the documentation
Signed-off-by: Raasz, Pawel <pawel.raasz@intel.com>1 parent 00926b8 commit d1e95e4
File tree
2 files changed
+5
-4
lines changed- src/cpp/src
- lora
- speculative_decoding
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
338 | 338 | | |
339 | 339 | | |
340 | 340 | | |
341 | | - | |
| 341 | + | |
342 | 342 | | |
343 | 343 | | |
344 | 344 | | |
| |||
0 commit comments