Fix wrong init order in constructor of conv_sgemm_multithreads (#9775)
author이상규/On-Device Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Thu, 2 Jan 2020 04:37:32 +0000 (13:37 +0900)
committerChunseok Lee <chunseok.lee@samsung.com>
Fri, 3 Jan 2020 07:01:43 +0000 (16:01 +0900)
commitd53a58e76ffb12a1527b0ad7741271b6e53d8d9d
tree5e207d2b88502f691c719630780241a41284e42d
parentce9f19de952582cc3369257d41287c4b6a0abd03
Fix wrong init order in constructor of conv_sgemm_multithreads (#9775)

It fixes warning of wrong order member initialization.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
compute/ncnn/src/srcn/conv_sgemm_multithreads.cc