Skip to content

Commit

Permalink
gtests: graph: api: add gtest for GenIndex and GreaterEqual
Browse files Browse the repository at this point in the history
  • Loading branch information
gyhintel committed Jan 3, 2025
1 parent e38a675 commit 4975a13
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/gtests/graph/api/test_cpp_api_op.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright 2020-2024 Intel Corporation
* Copyright 2020-2025 Intel Corporation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -114,6 +114,8 @@ TEST(APIOp, CreateAllOps) {
op::kind::Select,
op::kind::Pow,
op::kind::GroupNorm,
op::kind::GenIndex,
op::kind::GreaterEqual,
};
// clang-format on

Expand Down

0 comments on commit 4975a13

Please sign in to comment.