We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 093a282 commit 050e967Copy full SHA for 050e967
src/plugins/intel_cpu/src/graph_context.h
@@ -21,7 +21,7 @@ class GraphContext {
21
WeightsSharing::Ptr w_cache,
22
bool isGraphQuantized)
23
: config(config),
24
- weightsCache(w_cache),
+ weightsCache(std::move(w_cache)),
25
isGraphQuantizedFlag(isGraphQuantized) {
26
rtParamsCache = std::make_shared<MultiCache>(config.rtCacheCapacity);
27
rtScratchPad = std::make_shared<DnnlScratchPad>(getEngine());
0 commit comments