We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d49372 commit 2500606Copy full SHA for 2500606
src/module/module_holder.h
@@ -1,3 +1,5 @@
1
+// Adapted from
2
+// https://github.com/pytorch/pytorch/blob/main/torch/csrc/api/include/torch/nn/pimpl.h
3
#pragma once
4
5
#include <memory>
src/module/module_list.h
+// https://github.com/pytorch/pytorch/blob/main/torch/csrc/api/include/torch/nn/modules/container/modulelist.h
#include <utility>
0 commit comments