MNN/source
taowei f2603c47a4 fix runtime error of MSVC
Due to a BUG of VS compiler which makes 'call_once' function executing twice and is not fixed yet,
(link:https://developercommunity.visualstudio.com/t/dynamic-initializer-created-for-stdonce-flag/243273)
avoid to use global static variable, and use local static variable instead.
2021-03-03 15:48:50 +08:00
..
backend Fix sync bug for Im2Col of vulkan 2021-02-24 15:54:38 +08:00
core fix runtime error of MSVC 2021-03-03 15:48:50 +08:00
cv [PATCH 231/350] [CV:Bugfix] Fix bug for tensorrt can't use cv 2021-01-06 15:57:13 +08:00
geometry [MNN:Bugfix] Fix bug for convolution transpose with output shape setting 2021-03-02 15:33:28 +08:00
math Synchronize internal master to Github 2020-12-15 14:12:35 +08:00
plugin Synchronize internal master to Github 2020-12-15 14:12:35 +08:00
shape [MNN:Bugfix] Fix bug for tflite deconvolution 2021-03-02 20:25:19 +08:00
utils Synchronize internal master to Github 2020-12-15 14:12:35 +08:00