onnxruntime-tvm/topi/tests/python
Haichen Shen 2b045c560a [TEST][FLAKY] Fix flaky test on topk and quantize pass (#3362)
* fix flaky test

* fix flaky quantize pass
2019-06-13 17:48:17 -07:00
..
common.py [Relay, Quantization, TOPI] int8 dense on CUDA & Dense op quantization (#2877) 2019-04-26 09:41:54 -07:00
test_topi_basic.py [Relay][TOPI] Add rsqrt operator (#2949) 2019-04-25 11:05:42 -07:00
test_topi_batch_matmul.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_bitserial_conv2d.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_bitserial_conv2d_rasp.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_bitserial_dense.py [TOPI] Bitserial dense operators for CPU (#3051) 2019-04-26 19:55:22 -07:00
test_topi_bnn.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_broadcast.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_clip.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_conv2d_NCHWc.py Support x86 dilation conv2d and improve multi-batch conv2d (#3308) 2019-06-10 13:08:28 -07:00
test_topi_conv2d_hwcn.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_conv2d_int8.py [Relay, Quantization, TOPI] int8 dense on CUDA & Dense op quantization (#2877) 2019-04-26 09:41:54 -07:00
test_topi_conv2d_nchw.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_conv2d_nhwc.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_conv2d_nhwc_pack_int8.py Add packing for int8 1x1 convolution and support the int8 group convolution on X86 (#2991) 2019-05-22 09:11:17 -07:00
test_topi_conv2d_transpose_nchw.py [Bugfix][TOPI] conv2d_transpose bugfix (#3138) 2019-05-08 00:51:00 -04:00
test_topi_conv2d_winograd.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_deformable_conv2d.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_dense.py [Relay, Quantization, TOPI] int8 dense on CUDA & Dense op quantization (#2877) 2019-04-26 09:41:54 -07:00
test_topi_depthwise_conv2d.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_depthwise_conv2d_back_input.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_depthwise_conv2d_back_weight.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_dilate.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_group_conv2d.py [TOPI] Fix group_conv2d unit test (#3113) 2019-04-28 12:48:34 +09:00
test_topi_group_conv2d_NCHWc_int8.py Add packing for int8 1x1 convolution and support the int8 group convolution on X86 (#2991) 2019-05-22 09:11:17 -07:00
test_topi_l2norm.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_lrn.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_math.py fast tanh (#3255) 2019-06-05 16:23:11 -07:00
test_topi_matmul.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_pooling.py [Relay][Op] Adaptive pooling (#3085) 2019-05-08 17:21:41 -07:00
test_topi_reduce.py [Relay][TOPI] operator All (#3124) 2019-05-20 11:56:22 -07:00
test_topi_relu.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_reorg.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_resize.py [TOPI] Fix resize nearest with fractional scaling (#3244) 2019-05-28 15:20:58 -07:00
test_topi_softmax.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_sort.py [TEST][FLAKY] Fix flaky test on topk and quantize pass (#3362) 2019-06-13 17:48:17 -07:00
test_topi_sparse.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_tensor.py [HEADER] Add Header to Comply with ASF Release Policy (#2982) 2019-04-07 21:14:02 -07:00
test_topi_transform.py [Topi] Fast mode in take op (#3325) 2019-06-11 16:32:12 -07:00
test_topi_upsampling.py [TOPI] Fix resize nearest with fractional scaling (#3244) 2019-05-28 15:20:58 -07:00
test_topi_util.py Fix x86 depthwise conv2d alter_op_layout (#3264) 2019-06-06 11:41:50 -07:00
test_topi_vision.py Improve non_max_suppression and get_valid_counts for CPU (#3305) 2019-06-09 22:34:56 +02:00