Skip to content

Commit 3d75696

Browse files
author
Yi Zhang
committed
update
1 parent 7c7f16a commit 3d75696

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

onnxruntime/test/providers/xnnpack/xnnpack_basic_test.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ TEST(XnnpackEP, TestNhwcConvReluClipFusion_FP16) {
124124
};
125125

126126
EPVerificationParams params;
127+
// TODO: make it to ExpectedEPNodeAssignment::All if more Fp16 ops are added.
128+
// Now, set it to Some to pass the test in iOS pipeline
127129
params.ep_node_assignment = ExpectedEPNodeAssignment::Some;
128130
params.fp32_abs_err = 0.0002f;
129131
params.graph_verifier = &verify;

0 commit comments

Comments
 (0)