Skip to content

Commit

Permalink
rm some test case in test_fused_dot_feature_interaction_pooling_sum (#…
Browse files Browse the repository at this point in the history
…8425)

rm some case in test
  • Loading branch information
guo-ran authored Jun 15, 2022
1 parent f416857 commit 2d71117
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def test_fused_dot_feature_interaction_pooling_sum(test_case):
arg_dict = OrderedDict()
arg_dict["dtype"] = [flow.float16, flow.float32]
arg_dict["feature_dims"] = [[39], [13, 26], [1, 10, 3]]
arg_dict["embedding_size"] = [127, 128, 16, 11, 12, 110]
arg_dict["embedding_size"] = [16, 11, 12]
for kwargs in GenArgDict(arg_dict):
_test_fused_dot_feature_interaction_pooling_sum(test_case, **kwargs)

Expand Down

0 comments on commit 2d71117

Please sign in to comment.