Skip to content

Export register functions#7496

Merged
justinchuby merged 1 commit intoonnx:mainfrom
cyyever:export_functions
Dec 1, 2025
Merged

Export register functions#7496
justinchuby merged 1 commit intoonnx:mainfrom
cyyever:export_functions

Conversation

@cyyever
Copy link
Copy Markdown
Contributor

@cyyever cyyever commented Dec 1, 2025

There are functions not marked as ONNX_API that were (incorrectly) exported in previous versions due to CMake bugs. This PR properly exports them.

Signed-off-by: cyy <cyyever@outlook.com>
@cyyever cyyever requested a review from a team as a code owner December 1, 2025 10:55
@github-project-automation github-project-automation Bot moved this to In progress in PR Tracker Dec 1, 2025
@cyyever
Copy link
Copy Markdown
Contributor Author

cyyever commented Dec 1, 2025

@franramirez688 There are functions not marked as ONNX_API that were (incorrectly) exported in previous versions due to CMake bugs. This PR properly exports them.

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.12%. Comparing base (bc15012) to head (43677dd).
⚠️ Report is 1 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7496   +/-   ##
=======================================
  Coverage   55.12%   55.12%           
=======================================
  Files         512      512           
  Lines       32108    32108           
  Branches     2885     2885           
=======================================
  Hits        17701    17701           
  Misses      13618    13618           
  Partials      789      789           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@cyyever cyyever added the topic: build Issues related to ONNX builds and packages label Dec 1, 2025
@github-project-automation github-project-automation Bot moved this from In progress to Reviewer approved in PR Tracker Dec 1, 2025
@justinchuby justinchuby merged commit f3c05dc into onnx:main Dec 1, 2025
56 of 57 checks passed
@github-project-automation github-project-automation Bot moved this from Reviewer approved to Done in PR Tracker Dec 1, 2025
@franramirez688
Copy link
Copy Markdown

Hi @cyyever

Thanks a lot for looking into this 🙏
Nonetheless, I'm still facing those errors even after applying your proposed fix here:

[ 50%] Building CXX object CMakeFiles/test_package.dir/test_package.cpp.o
[100%] Linking CXX executable test_package
Undefined symbols for architecture arm64:
  "onnx::OpSchema onnx::GetOpSchema<onnx::If_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Or_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Or_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Abs_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Abs_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Add_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Add_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Add_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::And_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::And_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Cos_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Div_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Div_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Div_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Elu_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Elu_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Erf_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Exp_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Exp_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GRU_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GRU_Onnx_ver3>()", referenced from:
      void onnx::RegisterOpSetSchema<onnx::OpSet_Onnx_ver3>(int, bool) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GRU_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::If_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::If_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::If_Onnx_ver16>()", referenced from:
      onnx::OpSet_Onnx_ver16::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::If_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::If_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::If_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::If_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::If_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LRN_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Log_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Log_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Max_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Max_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Max_Onnx_ver8>()", referenced from:
      onnx::OpSet_Onnx_ver8::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Min_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Min_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Min_Onnx_ver8>()", referenced from:
      onnx::OpSet_Onnx_ver8::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Mul_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Mul_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Mul_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Neg_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Neg_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Not_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pad_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pad_Onnx_ver2>()", referenced from:
      onnx::OpSet_Onnx_ver2::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pow_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pow_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RNN_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RNN_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sin_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sub_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sub_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sub_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sum_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sum_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sum_Onnx_ver8>()", referenced from:
      onnx::OpSet_Onnx_ver8::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Tan_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Xor_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Xor_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Abs_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Acos_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Add_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Add_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Asin_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Atan_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Cast_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Cast_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Cast_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Ceil_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Ceil_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Clip_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Clip_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Conv_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Cos_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Cosh_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DFT_Onnx_ver17>()", referenced from:
      onnx::OpSet_Onnx_ver17::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DFT_Onnx_ver20>()", referenced from:
      onnx::OpSet_Onnx_ver20::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Det_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Det_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Div_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Div_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Elu_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Erf_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Exp_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GRU_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GRU_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Gemm_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Gemm_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Gemm_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Gemm_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LRN_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LSTM_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LSTM_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Less_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Less_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Less_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Log_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Loop_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Max_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Max_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Mean_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Mean_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Mean_Onnx_ver8>()", referenced from:
      onnx::OpSet_Onnx_ver8::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Min_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Min_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Mod_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Mod_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Mul_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Mul_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Neg_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pad_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pad_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pad_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pad_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pad_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pad_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pad_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pad_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pow_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pow_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Pow_Onnx_ver15>()", referenced from:
      onnx::OpSet_Onnx_ver15::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RNN_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RNN_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Relu_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Relu_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Scan_Onnx_ver8>()", referenced from:
      onnx::OpSet_Onnx_ver8::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Scan_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Selu_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Selu_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sign_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sin_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sinh_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Size_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sqrt_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sqrt_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sub_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sub_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sum_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Tan_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Tanh_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Tanh_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Tile_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Tile_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::TopK_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Acos_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Acosh_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Asin_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Asinh_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Atan_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Atanh_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Cast_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Cast_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Cast_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Cast_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Cast_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Cast_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Ceil_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Celu_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Clip_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Clip_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Clip_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Conv_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Conv_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Cosh_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Equal_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Equal_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Floor_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Floor_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Gelu_Onnx_ver20>()", referenced from:
      onnx::OpSet_Onnx_ver20::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Gemm_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Gemm_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::IsNaN_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LSTM_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LSTM_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Less_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Loop_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Loop_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Loop_Onnx_ver16>()", referenced from:
      onnx::OpSet_Onnx_ver16::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Loop_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Loop_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Loop_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Loop_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Loop_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Mean_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Mish_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Mish_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::PRelu_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::PRelu_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::PRelu_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::PRelu_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Relu_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Relu_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::STFT_Onnx_ver17>()", referenced from:
      onnx::OpSet_Onnx_ver17::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Scan_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Scan_Onnx_ver16>()", referenced from:
      onnx::OpSet_Onnx_ver16::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Scan_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Scan_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Scan_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Scan_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Scan_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Selu_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Shape_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sign_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sinh_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Size_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Size_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Size_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Size_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Size_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Size_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Slice_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Split_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Split_Onnx_ver2>()", referenced from:
      onnx::OpSet_Onnx_ver2::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sqrt_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Tanh_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Tile_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::TopK_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::TopK_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::TopK_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Where_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Acosh_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ArgMax_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ArgMin_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Asinh_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Atanh_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Concat_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Concat_Onnx_ver4>()", referenced from:
      void onnx::RegisterOpSetSchema<onnx::OpSet_Onnx_ver4>(int, bool) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Equal_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Equal_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Equal_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Expand_Onnx_ver8>()", referenced from:
      onnx::OpSet_Onnx_ver8::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Floor_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Gather_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::IsInf_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::IsInf_Onnx_ver20>()", referenced from:
      onnx::OpSet_Onnx_ver20::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::IsNaN_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::IsNaN_Onnx_ver20>()", referenced from:
      onnx::OpSet_Onnx_ver20::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LpPool_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LpPool_Onnx_ver2>()", referenced from:
      onnx::OpSet_Onnx_ver2::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MatMul_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MatMul_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::OneHot_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::PRelu_Onnx_ver16>()", referenced from:
      onnx::OpSet_Onnx_ver16::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Range_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Round_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Round_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Shape_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Shape_Onnx_ver15>()", referenced from:
      onnx::OpSet_Onnx_ver15::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Shape_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Shape_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Shape_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Shape_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Shape_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Shrink_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Slice_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Slice_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Slice_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Split_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Split_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Split_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Swish_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Trilu_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Where_Onnx_ver16>()", referenced from:
      onnx::OpSet_Onnx_ver16::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ArgMax_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ArgMax_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ArgMax_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ArgMin_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ArgMin_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ArgMin_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Col2Im_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Concat_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Concat_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::CumSum_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::CumSum_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Dropout_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Dropout_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Dropout_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Einsum_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Expand_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::EyeLike_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Flatten_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Flatten_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Gather_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Gather_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Greater_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Greater_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Greater_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Hardmax_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LpPool_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LpPool_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LpPool_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MatMul_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MaxPool_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MaxPool_Onnx_ver8>()", referenced from:
      onnx::OpSet_Onnx_ver8::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::NonZero_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::OneHot_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Reshape_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Reshape_Onnx_ver5>()", referenced from:
      void onnx::RegisterOpSetSchema<onnx::OpSet_Onnx_ver5>(int, bool) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Resize_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Resize_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Resize_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Resize_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Resize_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Scatter_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sigmoid_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sigmoid_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Softmax_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Squeeze_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Unique_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Compress_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Constant_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Constant_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Dropout_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Dropout_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Dropout_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Dropout_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::EyeLike_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Flatten_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Flatten_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Flatten_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Flatten_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Flatten_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Flatten_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Greater_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Hardmax_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Hardmax_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Identity_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MaxPool_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MaxPool_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MaxPool_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MaxPool_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::NonZero_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceL1_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceL2_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Reshape_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Reshape_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Reshape_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Reshape_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Reshape_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Reshape_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Reshape_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Scatter_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Sigmoid_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Softmax_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Softmax_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Softplus_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Softsign_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Squeeze_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Squeeze_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Squeeze_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Squeeze_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Squeeze_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Squeeze_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Upsample_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Upsample_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Upsample_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::BitShift_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::CastLike_Onnx_ver15>()", referenced from:
      onnx::OpSet_Onnx_ver15::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::CastLike_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::CastLike_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::CastLike_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::CastLike_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::CastLike_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Compress_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Constant_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Constant_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Constant_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Constant_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Constant_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Constant_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Constant_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Constant_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GatherND_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GatherND_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GatherND_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Identity_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Identity_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Identity_Onnx_ver16>()", referenced from:
      onnx::OpSet_Onnx_ver16::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Identity_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Identity_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Identity_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Identity_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Identity_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LeakyRelu_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LeakyRelu_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MaxUnpool_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Optional_Onnx_ver15>()", referenced from:
      onnx::OpSet_Onnx_ver15::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceL1_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceL1_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceL1_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceL2_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceL2_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceL2_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMax_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMin_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceSum_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RoiAlign_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RoiAlign_Onnx_ver16>()", referenced from:
      onnx::OpSet_Onnx_ver16::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RoiAlign_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Softplus_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Softsign_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Transpose_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Unsqueeze_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Upsample_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Attention_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Attention_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Bernoulli_Onnx_ver15>()", referenced from:
      onnx::OpSet_Onnx_ver15::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Bernoulli_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::BitwiseOr_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::HardSwish_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::HardSwish_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LeakyRelu_Onnx_ver16>()", referenced from:
      onnx::OpSet_Onnx_ver16::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LogSoftmax_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MaxRoiPool_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MaxUnpool_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MaxUnpool_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Reciprocal_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Reciprocal_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMax_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMax_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMax_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMax_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMax_Onnx_ver20>()", referenced from:
      onnx::OpSet_Onnx_ver20::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMean_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMin_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMin_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMin_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMin_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMin_Onnx_ver20>()", referenced from:
      onnx::OpSet_Onnx_ver20::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceProd_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceSum_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceSum_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ScatterND_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ScatterND_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ScatterND_Onnx_ver16>()", referenced from:
      onnx::OpSet_Onnx_ver16::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ScatterND_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Transpose_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Transpose_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Transpose_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Transpose_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Transpose_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Unsqueeze_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Unsqueeze_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Unsqueeze_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Unsqueeze_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Unsqueeze_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Unsqueeze_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::AffineGrid_Onnx_ver20>()", referenced from:
      onnx::OpSet_Onnx_ver20::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::AveragePool_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::AveragePool_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::BitwiseAnd_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::BitwiseNot_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::BitwiseXor_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DeformConv_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DeformConv_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GridSample_Onnx_ver16>()", referenced from:
      onnx::OpSet_Onnx_ver16::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GridSample_Onnx_ver20>()", referenced from:
      onnx::OpSet_Onnx_ver20::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GridSample_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::HannWindow_Onnx_ver17>()", referenced from:
      onnx::OpSet_Onnx_ver17::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::HardSigmoid_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::HardSigmoid_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LogSoftmax_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LogSoftmax_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MaxRoiPool_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Multinomial_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Reciprocal_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMean_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMean_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceMean_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceProd_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceProd_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceProd_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::SequenceAt_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::AveragePool_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::AveragePool_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::AveragePool_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::AveragePool_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ConvInteger_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DepthToSpace_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GlobalLpPool_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GlobalLpPool_Onnx_ver2>()", referenced from:
      onnx::OpSet_Onnx_ver2::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::HardSigmoid_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LessOrEqual_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LessOrEqual_Onnx_ver16>()", referenced from:
      onnx::OpSet_Onnx_ver16::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::Multinomial_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::QLinearConv_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RandomNormal_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceLogSum_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::SequenceMap_Onnx_ver17>()", referenced from:
      onnx::OpSet_Onnx_ver17::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::SpaceToDepth_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::StringSplit_Onnx_ver20>()", referenced from:
      onnx::OpSet_Onnx_ver20::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ConvTranspose_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DepthToSpace_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DepthToSpace_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GlobalLpPool_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GlobalMaxPool_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ImageDecoder_Onnx_ver20>()", referenced from:
      onnx::OpSet_Onnx_ver20::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RandomNormal_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RandomUniform_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceLogSum_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceLogSum_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceLogSum_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::SpaceToDepth_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::StringConcat_Onnx_ver20>()", referenced from:
      onnx::OpSet_Onnx_ver20::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::CenterCropPad_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ConvTranspose_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ConvTranspose_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GlobalMaxPool_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::HammingWindow_Onnx_ver17>()", referenced from:
      onnx::OpSet_Onnx_ver17::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MatMulInteger_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::QLinearMatMul_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::QLinearMatMul_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RandomUniform_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::SequenceEmpty_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::SequenceErase_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::TensorScatter_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::BlackmanWindow_Onnx_ver17>()", referenced from:
      onnx::OpSet_Onnx_ver17::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ConstantOfShape_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GatherElements_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GatherElements_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GreaterOrEqual_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GreaterOrEqual_Onnx_ver16>()", referenced from:
      onnx::OpSet_Onnx_ver16::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LpNormalization_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::QuantizeLinear_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::QuantizeLinear_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::QuantizeLinear_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::QuantizeLinear_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::QuantizeLinear_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::QuantizeLinear_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::QuantizeLinear_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceLogSumExp_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceSumSquare_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RegexFullMatch_Onnx_ver20>()", referenced from:
      onnx::OpSet_Onnx_ver20::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::SequenceInsert_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::SequenceLength_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::TfIdfVectorizer_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ConstantOfShape_Onnx_ver20>()", referenced from:
      onnx::OpSet_Onnx_ver20::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ConstantOfShape_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ConstantOfShape_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ConstantOfShape_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ConstantOfShape_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LpNormalization_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MelWeightMatrix_Onnx_ver17>()", referenced from:
      onnx::OpSet_Onnx_ver17::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RandomNormalLike_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceLogSumExp_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceLogSumExp_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceLogSumExp_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceSumSquare_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceSumSquare_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReduceSumSquare_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ReverseSequence_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RotaryEmbedding_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ScatterElements_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ScatterElements_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ScatterElements_Onnx_ver16>()", referenced from:
      onnx::OpSet_Onnx_ver16::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ScatterElements_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::SplitToSequence_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::SplitToSequence_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ThresholdedRelu_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ThresholdedRelu_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DequantizeLinear_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DequantizeLinear_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DequantizeLinear_Onnx_ver19>()", referenced from:
      onnx::OpSet_Onnx_ver19::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DequantizeLinear_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DequantizeLinear_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DequantizeLinear_Onnx_ver24>()", referenced from:
      onnx::OpSet_Onnx_ver24::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DequantizeLinear_Onnx_ver25>()", referenced from:
      onnx::OpSet_Onnx_ver25::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GlobalAveragePool_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RMSNormalization_Onnx_ver23>()", referenced from:
      onnx::OpSet_Onnx_ver23::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RandomNormalLike_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RandomUniformLike_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::StringNormalizer_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::BatchNormalization_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::BatchNormalization_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::BatchNormalization_Onnx_ver7>()", referenced from:
      onnx::OpSet_Onnx_ver7::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::BatchNormalization_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GlobalAveragePool_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::NonMaxSuppression_Onnx_ver10>()", referenced from:
      onnx::OpSet_Onnx_ver10::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::NonMaxSuppression_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::RandomUniformLike_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::SequenceConstruct_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::BatchNormalization_Onnx_ver14>()", referenced from:
      onnx::OpSet_Onnx_ver14::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::BatchNormalization_Onnx_ver15>()", referenced from:
      onnx::OpSet_Onnx_ver15::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::ConcatFromSequence_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GroupNormalization_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::GroupNormalization_Onnx_ver21>()", referenced from:
      onnx::OpSet_Onnx_ver21::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::LayerNormalization_Onnx_ver17>()", referenced from:
      onnx::OpSet_Onnx_ver17::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::OptionalGetElement_Onnx_ver15>()", referenced from:
      onnx::OpSet_Onnx_ver15::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::OptionalGetElement_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::OptionalHasElement_Onnx_ver15>()", referenced from:
      onnx::OpSet_Onnx_ver15::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::OptionalHasElement_Onnx_ver18>()", referenced from:
      onnx::OpSet_Onnx_ver18::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::InstanceNormalization_Onnx_ver1>()", referenced from:
      onnx::OpSet_Onnx_ver1::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::InstanceNormalization_Onnx_ver6>()", referenced from:
      onnx::OpSet_Onnx_ver6::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::DynamicQuantizeLinear_Onnx_ver11>()", referenced from:
      onnx::OpSet_Onnx_ver11::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::InstanceNormalization_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::SoftmaxCrossEntropyLoss_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::SoftmaxCrossEntropyLoss_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MeanVarianceNormalization_Onnx_ver9>()", referenced from:
      onnx::OpSet_Onnx_ver9::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::MeanVarianceNormalization_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::NegativeLogLikelihoodLoss_Onnx_ver12>()", referenced from:
      onnx::OpSet_Onnx_ver12::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::NegativeLogLikelihoodLoss_Onnx_ver13>()", referenced from:
      onnx::OpSet_Onnx_ver13::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchema onnx::GetOpSchema<onnx::NegativeLogLikelihoodLoss_Onnx_ver22>()", referenced from:
      onnx::OpSet_Onnx_ver22::ForEachSchema(std::__1::function<void (onnx::OpSchema&&)> const&) in test_package.cpp.o
  "onnx::OpSchemaRegistry::loaded_schema_version", referenced from:
      onnx::Test::SchemaRegistrationTest_RegisterAllByDefaultAndManipulateSchema_Test::TestBody() in test_package.cpp.o
      onnx::RegisterOnnxOperatorSetSchema() in test_package.cpp.o
  "_main", referenced from:
      <initial-undefines>
ld: symbol(s) not found for architecture arm64
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make[2]: *** [test_package] Error 1
make[1]: *** [CMakeFiles/test_package.dir/all] Error 2
make: *** [all] Error 2

Feel free to let me know if you need more logs or even a small repository to reproduce my issue, if it's still unclear about what's happening.

@cyyever cyyever deleted the export_functions branch December 1, 2025 23:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

topic: build Issues related to ONNX builds and packages

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants