Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update
Added missing newline at end of file and included note about mul_1.onnx location.
  • Loading branch information
chilo-ms authored Sep 29, 2025
commit 54fe49d16a070c7d83cc9726c6374572f685b117
6 changes: 5 additions & 1 deletion c_cxx/plugin_EP/plugin_ep_inference.cc
Original file line number Diff line number Diff line change
Expand Up @@ -96,4 +96,8 @@ int RunInference() {

int main(int argc, char* argv[]) {
return RunInference();
}
}

// Note:
// The mul_1.onnx can be found here:
// https://github.com/microsoft/onnxruntime/blob/main/onnxruntime/test/testdata/mul_1.onnx
Loading