diff --git a/3rd-party/abseil-cpp b/3rd-party/abseil-cpp index fb3621f4..d7aaad83 160000 --- a/3rd-party/abseil-cpp +++ b/3rd-party/abseil-cpp @@ -1 +1 @@ -Subproject commit fb3621f4f897824c0dbe0615fa94543df6192f30 +Subproject commit d7aaad83b488fd62bd51c81ecf16cd938532cc0a diff --git a/3rd-party/cccl b/3rd-party/cccl index df4be010..e3d181f0 160000 --- a/3rd-party/cccl +++ b/3rd-party/cccl @@ -1 +1 @@ -Subproject commit df4be01051f04b2940c8cfd387bfc7cb109b47b6 +Subproject commit e3d181f0a3c8d2f49aec72e04d26b9b386f92b52 diff --git a/3rd-party/fmt b/3rd-party/fmt index f5e54359..e69e5f97 160000 --- a/3rd-party/fmt +++ b/3rd-party/fmt @@ -1 +1 @@ -Subproject commit f5e54359df4c26b6230fc61d38aa294581393084 +Subproject commit e69e5f977d458f2650bb346dadf2ad30c5320281 diff --git a/src/07onnx/src/operators.cpp b/src/07onnx/src/operators.cpp index 0981f720..92d7c898 100644 --- a/src/07onnx/src/operators.cpp +++ b/src/07onnx/src/operators.cpp @@ -8,6 +8,7 @@ #include "operators/constant_of_shape.hh" #include "operators/conv.hh" #include "operators/cum_sum.hh" +#include "operators/depth_to_space.hh" #include "operators/dequantize_linear.hh" #include "operators/dynamic_quantize_linear.hh" #include "operators/einsum.hh" @@ -131,6 +132,7 @@ namespace refactor::onnx { REGISTER(Where , Where ); REGISTER(HardSigmoid , HardSigmoid ); REGISTER(Pad , Pad ); + REGISTER(DepthToSpace , DepthToSpace ); // clang-format on #undef REGISTER } diff --git a/src/09python_ffi/pybind11 b/src/09python_ffi/pybind11 index 8a099e44..3e9dfa28 160000 --- a/src/09python_ffi/pybind11 +++ b/src/09python_ffi/pybind11 @@ -1 +1 @@ -Subproject commit 8a099e44b3d5f85b20f05828d919d2332a8de841 +Subproject commit 3e9dfa2866941655c56877882565e7577de6fc7b