[GPU] Coverity fix (#19968)

This commit is contained in:
Pavel Durandin
2023-09-21 12:35:57 +04:00
committed by GitHub
parent 7204b0b78d
commit d90667c190

View File

@@ -89,6 +89,7 @@ struct typed_primitive_onednn_impl : public typed_primitive_impl<PType> {
typed_primitive_onednn_impl()
: typed_primitive_impl<PType>({}, "undef"),
_engine(nullptr),
_pd(), _prim() {
_attrs = std::make_shared<dnnl::primitive_attr>();
}