Skip to content

Commit

Permalink
Fix shape for L0_backend_output_detail - passes locally
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 committed Jun 1, 2024
1 parent f867dda commit 9585bf7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/backend_output_detail_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,8 @@ class BackendOutputDetailTest : public ::testing::Test {
nullptr /* request_release_userp */),
"setting request release callback");

std::vector<int64_t> input0_shape({1, 16});
std::vector<int64_t> input1_shape({1, 16});
std::vector<int64_t> input0_shape({16});
std::vector<int64_t> input1_shape({16});

const auto input0_byte_size = sizeof(input0_data_[0]) * input0_data_.size();
const auto input1_byte_size = sizeof(input1_data_[0]) * input1_data_.size();
Expand Down

0 comments on commit 9585bf7

Please sign in to comment.