Skip to content

Commit 7c7f16a

Browse files
author
Yi Zhang
committed
node assignment some for FP16
1 parent 242c182 commit 7c7f16a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onnxruntime/test/providers/xnnpack/xnnpack_basic_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ TEST(XnnpackEP, TestNhwcConvReluClipFusion_FP16) {
124124
};
125125

126126
EPVerificationParams params;
127-
params.ep_node_assignment = ExpectedEPNodeAssignment::All;
127+
params.ep_node_assignment = ExpectedEPNodeAssignment::Some;
128128
params.fp32_abs_err = 0.0002f;
129129
params.graph_verifier = &verify;
130130

0 commit comments

Comments
 (0)