Commit a4e9141
authored
[core] Remove
### Details:
- Remove `ov::cache_model_path` from config passed to device on compile
model. The property must be handled on core level only.
### Tickets:
- CVS-177263
Signed-off-by: Pawel Raasz <pawel.raasz@intel.com>cache_model_path from config pass to device (#33037)1 parent 0e3f77a commit a4e9141
File tree
2 files changed
+8
-3
lines changed- src/inference
- src/dev
- tests/functional
2 files changed
+8
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
206 | 206 | | |
207 | 207 | | |
208 | 208 | | |
209 | | - | |
210 | | - | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
211 | 213 | | |
212 | 214 | | |
213 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3043 | 3043 | | |
3044 | 3044 | | |
3045 | 3045 | | |
3046 | | - | |
| 3046 | + | |
| 3047 | + | |
| 3048 | + | |
| 3049 | + | |
3047 | 3050 | | |
3048 | 3051 | | |
3049 | 3052 | | |
| |||
0 commit comments