mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Before we can use clang-tidy-17 Pull Request resolved: https://github.com/pytorch/pytorch/pull/137407 Approved by: https://github.com/Skylion007, https://github.com/aaronenyeshi
9 lines
139 B
C++
9 lines
139 B
C++
#pragma once
|
|
#include <torch/csrc/python_headers.h>
|
|
|
|
namespace torch::cpu {
|
|
|
|
void initModule(PyObject* module);
|
|
|
|
} // namespace torch::cpu
|