Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
comaniac committed Dec 10, 2020
1 parent d519560 commit e35b7de
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions tests/python/relay/test_op_level5.py
Original file line number Diff line number Diff line change
Expand Up @@ -1212,4 +1212,25 @@ def verify_batch_to_space_nd(dshape, block_shape, crops):


if __name__ == "__main__":
test_resize_infer_type()
test_resize()
test_resize3d_infer_type()
test_resize3d()
test_crop_and_resize()
test_multibox_prior()
test_multibox_transform_loc()
test_get_valid_counts()
test_roi_align()
test_roi_pool()
test_proposal()
test_yolo_reorg_infer_shape()
test_yolo_reorg()
test_non_max_suppression()
test_deformable_conv2d()
test_depth_to_space()
test_space_to_depth()
test_dilation2d_infer_type()
test_dilation2d_run()
test_affine_grid()
test_grid_sample()
test_space_to_batch_nd()

0 comments on commit e35b7de

Please sign in to comment.