Skip to content

Commit

Permalink
fix build break
Browse files Browse the repository at this point in the history
  • Loading branch information
guoyu-wang committed Feb 1, 2022
1 parent ec6d07d commit 52146cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions onnxruntime/test/optimizer/qdq_test_utils.cc
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ GetQDQTestCaseFn BuildQDQResizeTestCase(
#ifdef USE_NNAPI
resize_node.AddAttribute("mode", "linear");
resize_node.AddAttribute("coordinate_transformation_mode", "asymmetric");
#else
ORT_UNUSED_PARAMETER(resize_node);
#endif
// add Q
builder.AddQuantizeLinearNode<uint8_t>(resize_output, .003f, 1, output_arg);
Expand Down

0 comments on commit 52146cf

Please sign in to comment.