nihuini
b2d9325c0d
test activation fusion
6 years ago
nihuini
956ab49d02
fix conv1x1s1 pack4to1 bf16s
6 years ago
nihuini
36f6942fa0
testing time is too long ...
6 years ago
nihui
18328f63e6
fix arm bf16 test conditions, fix unused warning in crop arm
6 years ago
nihui
979dd5fd11
test does not need to provide data type options
6 years ago
nihui
7365bb80a2
vkmat and command api breaks ( #1689 )
* vkmat and command api breaks
* always use compute queue for compute buffer transfer
* no barrier for readonly weight buffer
* record clone, drop queue_owner
* bring back layer forward
* fix validation errors
* lifecycle inside command makes life easier
* update doc
* record_import_android_hardware_buffer
6 years ago
nihuini
0ae11b6e4a
deepcopy layer
6 years ago
nihuini
a05b97a430
dropout prelu scale gpu test
6 years ago
nihuini
9f3af60b3a
dropout prelu scale test
6 years ago
nihuini
85d5e5d3e4
fix innerproduct vulkan pack8 and arm neon, disable packing_layout for int8 test
6 years ago
nihuini
32a9a489bc
fix flatten vulkan fp16p image pack1to4 and pack1to8
6 years ago
nihuini
6077066b02
binaryop broadcasting special type 3 4 for lhs
6 years ago
nihui
3cd7a30172
shufflechannel bf16s
6 years ago
nihuini
867ff7ae97
binaryop bf16s
6 years ago
nihui
ec40b4dbd7
test bf16s ( #1644 )
* wip
* wip
* wip
* fix avx2 test
6 years ago
nihui
d023137426
test fp16 packed and shader pack8 option ( #1636 )
* wip
* fix slice pack8 test
* fix flatten pack8 test
* fix binaryop pack8 test
* fix interp pack8 test
* rewrite cast test for different blob type and packing
6 years ago
xieydd
c8264946ce
test_hardswish.cpp: Add unittest of HardSwish ( #1598 )
* test_hardswish.cpp: Add unittest of HardSwish
6 years ago
nihui
d045918080
ncnn: test: Add support for ROIPooling test ( #1596 )
* ncnn: test: Add support for ROIPooling test
* test: Fix bottom_blob of ROIPooling test
6 years ago
xieydd
3bab5f7233
test_hardsigmoid.cpp: Add unittest of HardSigmoid ( #1597 )
* test_hardsigmoid.cpp: Add unittest of HardSigmoid
6 years ago
Monkeyking
8763badbe0
test: Fix bottom_blob of ROIPooling test
6 years ago
xieydd
aafd1ab529
test_clip.cpp: Add unittest of clip ( #1593 )
* fix requant relu6 bug
* fix
* delete pipeline change in forward/forward_inplace avoid race in multithreading
* test_clip.cpp: Add unittest of clip
* fix
* fix
6 years ago
monkeyking
7e9d5d0439
ncnn: test: Add support for ROIPooling test
6 years ago
nihui
8d4c249066
ncnn: test: Add support for ELU test ( #1589 )
* ncnn: test: Add support for ELU test
*For now alpha was generated by RandomFloat(0.001f, 1000.f)
* test: ELU_test: Remove duplicated cases
6 years ago
nihui
2fa22dc2be
if layer do not support vulkan, pass the test
6 years ago
songqun
f5d6aba720
test_tanh.cpp: Add unittest of tanh ( #1578 )
6 years ago
nihuini
648ef3fdee
reuse vkallocator in test
6 years ago
nihui
839c4c4e34
smaller test size
6 years ago
nihui
9929d52885
less duplicated code for crop layer, slice axes starts from 0
6 years ago
nihui
f4b1760a38
pixelshuffle vulkan, pixelshuffle test
6 years ago
nihui
4fead31bea
some test case changes
6 years ago
nihui
0f7e7bca02
shader shape specialization constant and basic local group size partition ( #1523 )
* use Mat class for Shape description
* shape specialization constant in compute shader
* wip
* wip
* test forward_inplace, add binaryop unaryop sigmoid test
* fix arm unaryop test
* fix arm binaryop test
* make shape hint optional, cast int8 to fp32, add cast test
* wip
* follow the good and old local size setting for conv1x1
* the optimal local size rewrite
* fix build on msvc
* add permute shader for all packing layout, add permute test
* concat and slice patial shape constant, slice test
* fix slice test
* interp test
* add lrn test, test packing layout implicitly
* add eltwise test
* add normalize test
* add instancenorm test
* reorg shape constant
* simple local group size partition
* add shape constant param
6 years ago
nihui
a718129d76
shader pack8 option works
6 years ago
nihui
680df01f27
reorg test
6 years ago
nihui
e050d596b0
fix convolution int8 requant test on x86
6 years ago
nihuini
22c5b0e26e
batchnorm test
6 years ago
nihuini
f813222c1a
template candy
6 years ago
tpoisonooo
7168829f06
Fix int8 requant ( #1499 )
* skip compile caffe tools
* add convolution_int8 requant test
* fix
* test int8requant
* revert code
* clean code
* fix CI error
* resolve review advices
* Update convolution_arm.cpp
Co-authored-by: nihui <shuizhuyuanluo@126.com>
6 years ago
Albert Zou
591b13ed05
Add AbsVal layer test ( #1490 )
* add AbsVal layer test
* add 2d and 1d data test for AbsVal layer
* sort by alphabet
6 years ago
nihui
34db884906
pooling test, the more naive avgpool_count_include_pad==0 path
6 years ago
nihui
2ab7c7c4ed
softmax test
6 years ago
nihui
ebed350c48
add flatten test, fix build on armv7
6 years ago
nihuini
2f16eaa476
fix padding test per channel pad value
6 years ago
nihuini
c78b8a08fd
padding reflect pack4, add padding test
6 years ago
nihuini
febd1a0ebc
add crop test
6 years ago
kalcohol
e3d029a7d6
add cmake folder property ( #1483 )
* add folder property for a better looking in visual studio or other property supported IDEs
* fix condition for not found protobuf
* 1. capitalize to lowercase
2. rename visual folder 'test' to 'tests'
6 years ago
nihuini
2225694592
add reshape test
6 years ago
nihui
6d1e5d2fc6
add shufflechannel test
6 years ago
tpoisonooo
d9018b0989
Fix chgemm ( #1480 )
* fix chgemm result dismatch
* fix misuse ldc as n
* fix gemm finished
* test conv_gemm_int8 and conv1x1_int8 passed
* format code
6 years ago
nihui
4914fc7a3d
pretty test error output
6 years ago
nihui
3f987808ca
add packing test
6 years ago