Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yi Zhang committed Dec 16, 2024
1 parent 7c7f16a commit 3d75696
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onnxruntime/test/providers/xnnpack/xnnpack_basic_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ TEST(XnnpackEP, TestNhwcConvReluClipFusion_FP16) {
};

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

0 comments on commit 3d75696

Please sign in to comment.