File tree 1 file changed +3
-3
lines changed
src/plugins/intel_npu/src/al/include/intel_npu
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ namespace intel_npu {
15
15
constexpr std::string_view READVALUE_PREFIX = " vpux_ie_read_value_" ;
16
16
constexpr std::string_view ASSIGN_PREFIX = " vpux_ie_assign_" ;
17
17
constexpr std::string_view SHAPE_TENSOR_PREFIX = " vpux_ie_shape_" ;
18
- constexpr std::string_view INIT_INPUT_WEIGHTS_PREFIX = " in_ngraphSharedConstant_ " ;
19
- constexpr std::string_view INIT_OUTPUT_WEIGHTS_PREFIX = " out_ngraphSharedConstant_ " ;
20
- constexpr std::string_view MAIN_INPUT_WEIGHTS_PREFIX = " out_ngraphSharedConstant_ " ;
18
+ constexpr std::string_view INIT_INPUT_WEIGHTS_PREFIX = " in_ov_ " ;
19
+ constexpr std::string_view INIT_OUTPUT_WEIGHTS_PREFIX = " out_ov_ " ;
20
+ constexpr std::string_view MAIN_INPUT_WEIGHTS_PREFIX = " out_ov_ " ;
21
21
22
22
inline bool nameHasPrefix (std::string_view name, std::string_view prefix) {
23
23
return !name.compare (0 , prefix.length (), prefix);
You can’t perform that action at this time.
0 commit comments