mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-06 12:20:52 +01:00
Let's have some fun. Pull Request resolved: https://github.com/pytorch/pytorch/pull/78828 Approved by: https://github.com/ezyang
10 lines
118 B
C++
10 lines
118 B
C++
#pragma once
|
|
|
|
namespace torch {
|
|
namespace autograd {
|
|
|
|
void initNNFunctions(PyObject* module);
|
|
|
|
}
|
|
} // namespace torch
|