mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/139567 Approved by: https://github.com/Skylion007, https://github.com/ezyang
10 lines
168 B
C++
10 lines
168 B
C++
#pragma once
|
|
|
|
#include <torch/csrc/python_headers.h>
|
|
|
|
namespace torch::multiprocessing {
|
|
|
|
const PyMethodDef* python_functions();
|
|
|
|
} // namespace torch::multiprocessing
|