mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
Fixes #ISSUE_NUMBER Pull Request resolved: https://github.com/pytorch/pytorch/pull/138976 Approved by: https://github.com/Skylion007
9 lines
241 B
C++
9 lines
241 B
C++
#include <torch/csrc/jit/backends/backend_interface.h>
|
|
|
|
namespace torch::jit {
|
|
|
|
PyTorchBackendInterface::PyTorchBackendInterface() noexcept = default;
|
|
PyTorchBackendInterface::~PyTorchBackendInterface() = default;
|
|
|
|
} // namespace torch::jit
|