pytorch/caffe2/python/ideep
Jason Fried b96f49885f caffe2 python ideep conv_op test_int8_convolution skip for python 3
Summary: This test was failing in 3.7,  turns out it was ommitted by test director in 3.6 so I added a skip for both versions

Test Plan: unittests is skipped in 3.7 and 3.6 all other tests pass.

Reviewed By: tomdz

Differential Revision: D17820967

fbshipit-source-id: 571f0ec7fe1b0cb50ead4e0d18c00151a701f36a
2019-10-08 21:31:11 -07:00
..
__init__.py
adam_op_test.py
blobs_queue_db_test.py
channel_shuffle_op_test.py
concat_split_op_test.py
conv_op_test.py caffe2 python ideep conv_op test_int8_convolution skip for python 3 2019-10-08 21:31:11 -07:00
conv_transpose_test.py Removed work around for convolution transpose op since the bug has be… (#22184) 2019-06-25 14:34:34 -07:00
convfusion_op_test.py
copy_op_test.py
dropout_op_test.py
elementwise_sum_op_test.py
expanddims_squeeze_op_test.py
fc_op_test.py
leaky_relu_op_test.py
LRN_op_test.py
moment_sgd_op_test.py
operator_fallback_op_test.py
order_switch_op_test.py
pool_op_test.py
pre_convert_test.py
relu_op_test.py
reshape_op_test.py
shape_op_test.py
sigmoid_op_test.py
softmax_op_test.py
spatial_bn_op_test.py
test_ideep_net.py
transform_ideep_net.py
transpose_op_test.py implement transpose operator for MKLDNN (#19955) 2019-06-11 01:55:13 -07:00
weightedsum_op_test.py