Files
pytorch/torch/csrc/jit/backends/backend_interface.cpp
2024-10-26 17:41:27 +00:00

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