mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Pull Request resolved: https://github.com/pytorch/pytorch/pull/113992 Approved by: https://github.com/ZainRizvi ghstack dependencies: #113991
10 lines
146 B
C++
10 lines
146 B
C++
#pragma once
|
|
|
|
#include <torch/csrc/utils/pybind.h>
|
|
|
|
namespace torch::onnx {
|
|
|
|
void initONNXBindings(PyObject* module);
|
|
|
|
} // namespace torch::onnx
|