Skip to content

Commit

Permalink
Fix GPU test case failure issue
Browse files Browse the repository at this point in the history
    Failed: [GPU] Output tensor with name Abs_60 is not found
  • Loading branch information
riverlijunjie committed Jan 10, 2024
1 parent 1c0abcc commit b96ec28
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ inline std::shared_ptr<Model> create_preprocess_1input(element::Type type, const
data1->output(0).get_tensor().set_names({"input1"});
std::shared_ptr<op::v0::Result> res;
auto op1 = std::make_shared<op::v0::Abs>(data1);
op1->set_friendly_name("abs1");
if (type == element::f32) {
res = std::make_shared<op::v0::Result>(op1);
} else {
Expand Down

0 comments on commit b96ec28

Please sign in to comment.