Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
justinchuby committed Nov 8, 2023
1 parent f2ffca0 commit 80009ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxruntime/test/providers/nnapi/nnapi_basic_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ TEST(NnapiExecutionProviderTest, ActivationOutsideOfPartition) {
TestModelLoad(model_file_name, std::make_unique<NnapiExecutionProvider>(0, nnapi_partitioning_stop_ops),
// expect one NNAPI partition
[](const Graph& graph) { ASSERT_EQ(CountAssignedNodes(graph, kNnapiExecutionProvider), 1)
<< "Exactly one node should have been taken by the NNAPI EP"; });
<< "Exactly one node should have been taken by the NNAPI EP"; });
}

} // namespace test
Expand Down

0 comments on commit 80009ac

Please sign in to comment.