Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/python/mkl/test_subgraph.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,7 +806,7 @@ def test_pos_conv_bn_act():
check_fusion(net, data_shape, attrs, check_quantization=quantize)


@with_seed()
@with_seed(657935851)
def test_pos_fc_sum():
def check_fusion_parameter(sym_sg, attrs_dict):
for name, attrs in attrs_dict.items():
Expand Down