Skip to content

Commit

Permalink
fix unintended comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wilson-seok committed Mar 6, 2024
1 parent db1e693 commit 13d7b06
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@ TEST_P(SelectLayerGPUTest, Inference) {

const std::vector<ov::element::Type> model_types = {
ov::element::f32,
// ov::element::f16,
// ov::element::i32,
ov::element::f16,
ov::element::i32,
};

// AutoBroadcastType: NUMPY
Expand Down

0 comments on commit 13d7b06

Please sign in to comment.