Skip to content

Commit 2500606

Browse files
committed
add ref link
1 parent 8d49372 commit 2500606

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/module/module_holder.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Adapted from
2+
// https://github.com/pytorch/pytorch/blob/main/torch/csrc/api/include/torch/nn/pimpl.h
13
#pragma once
24

35
#include <memory>

src/module/module_list.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Adapted from
2+
// https://github.com/pytorch/pytorch/blob/main/torch/csrc/api/include/torch/nn/modules/container/modulelist.h
13
#pragma once
24

35
#include <utility>

0 commit comments

Comments
 (0)