Skip to content

Commit

Permalink
Fix comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Fromm committed Jul 12, 2021
1 parent e9944a5 commit 15c464e
Showing 1 changed file with 82 additions and 82 deletions.
164 changes: 82 additions & 82 deletions tests/python/frontend/onnx/test_forward.py
Original file line number Diff line number Diff line change
Expand Up @@ -4916,86 +4916,86 @@ def test_random_uniform():


if __name__ == "__main__":
# test_flatten()
# test_reshape()
# test_shape()
# test_expand()
# test_power()
# test_squeeze()
# test_unsqueeze()
# test_slice()
# test_floor()
# test_ceil()
# test_round()
# test_isinf()
# test_isnan()
# test_clip()
# test_clip_min_max_as_inputs()
# test_onehot()
# test_gemm()
# test_matmul()
# test_gather()
# test_gatherelements()
# test_gather_nd()
# test_scatter()
# test_lrn()
# test_instance_norm()
# test_upsample()
# test_forward_min()
# test_forward_max()
# test_forward_mean()
# test_forward_hardsigmoid()
# test_forward_arg_min_max()
# test_softmax()
# test_constantofshape()
# test_all_reduce_funcs()
# test_pad()
# test_split()
# test_binary_ops()
# test_unary_ops()
# test_leaky_relu()
# test_elu()
# test_selu()
# test_prelu()
# test_ThresholdedRelu()
# test_LogSoftmax()
# test_resnet()
# test_inception()
# test_densenet()
# test_sign()
# test_not()
# test_and()
# test_tile()
# test_erf()
# test_where()
# test_or()
# test_depth_to_space()
# test_space_to_depth()
# test_batch_norm()
# test_batch_norm_dynamic_subgraph()
# test_conv()
# test_convtranspose()
# test_unsqueeze_constant()
# test_pooling()
# test_lppool()
# test_lstm()
# test_gru()
# test_resize()
# test_nonzero()
# test_topk()
# test_mod()
# test_xor()
# test_max_roi_pool()
# test_roi_align()
# test_range()
# test_loop()
# test_size()
# test_maxunpool()
# test_softplus()
# test_cumsum()
# test_wrong_input()
# test_aten()
# test_reverse_sequence()
# test_eyelike()
# test_qlinearconv()
test_flatten()
test_reshape()
test_shape()
test_expand()
test_power()
test_squeeze()
test_unsqueeze()
test_slice()
test_floor()
test_ceil()
test_round()
test_isinf()
test_isnan()
test_clip()
test_clip_min_max_as_inputs()
test_onehot()
test_gemm()
test_matmul()
test_gather()
test_gatherelements()
test_gather_nd()
test_scatter()
test_lrn()
test_instance_norm()
test_upsample()
test_forward_min()
test_forward_max()
test_forward_mean()
test_forward_hardsigmoid()
test_forward_arg_min_max()
test_softmax()
test_constantofshape()
test_all_reduce_funcs()
test_pad()
test_split()
test_binary_ops()
test_unary_ops()
test_leaky_relu()
test_elu()
test_selu()
test_prelu()
test_ThresholdedRelu()
test_LogSoftmax()
test_resnet()
test_inception()
test_densenet()
test_sign()
test_not()
test_and()
test_tile()
test_erf()
test_where()
test_or()
test_depth_to_space()
test_space_to_depth()
test_batch_norm()
test_batch_norm_dynamic_subgraph()
test_conv()
test_convtranspose()
test_unsqueeze_constant()
test_pooling()
test_lppool()
test_lstm()
test_gru()
test_resize()
test_nonzero()
test_topk()
test_mod()
test_xor()
test_max_roi_pool()
test_roi_align()
test_range()
test_loop()
test_size()
test_maxunpool()
test_softplus()
test_cumsum()
test_wrong_input()
test_aten()
test_reverse_sequence()
test_eyelike()
test_qlinearconv()
test_random_uniform()

0 comments on commit 15c464e

Please sign in to comment.