[GPU] no print empty strides (#33571)
### Details:
- when creating weight memory descriptor in with
dnnl::memory::format_tag::any (get_conv_memory_descs function in
src/plugins/intel_gpu/src/graph/impls/onednn/utils.cpp) there are prints
which query for strides - in that case strides are returned empty, but
it is trying to print them.
found when debugging 172528
### Tickets:
---------
Co-authored-by: Eddy Kim <eddy.kim@intel.com>