Skip to content

Commit

Permalink
Output shape not necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
faressc committed Oct 4, 2023
1 parent a8f5c39 commit e17f069
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion minimal-inference/onnxruntime/minimal-onnxruntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ int main(int argc, char* argv[]) {

// define shape
std::array<int64_t, 3> inputShape = {1, 150, 1};
std::array<int64_t, 3> outputShape = {1, 1, 1};

const Ort::Value inputTensor = Ort::Value::CreateTensor<float> (memory_info,
input.data(),
Expand Down

0 comments on commit e17f069

Please sign in to comment.