mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-14 20:57:59 +00: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
8 lines
139 B
C++
8 lines
139 B
C++
#pragma once
|
|
#include <torch/csrc/python_headers.h>
|
|
|
|
namespace torch::cpu {
|
|
|
|
void initModule(PyObject* module);
|
|
|
|
} // namespace torch::cpu
|