mirror of
https://github.com/pytorch/pytorch.git
synced 2025-11-06 17:24:59 +08:00
This reverts commit 0478fee42db16a0477add1d0a644ce713f31a875. Reverted https://github.com/pytorch/pytorch/pull/141478 on behalf of https://github.com/malfet due to Broke doctests, by trying to run MPS example on Linux ([comment](https://github.com/pytorch/pytorch/pull/141478#issuecomment-2533351909))
10 lines
138 B
C++
10 lines
138 B
C++
#pragma once
|
|
|
|
#include <torch/csrc/python_headers.h>
|
|
|
|
namespace torch::mps {
|
|
|
|
PyMethodDef* python_functions();
|
|
|
|
} // namespace torch::mps
|