Sign in
android
/
platform
/
external
/
pytorch
/
22fb929405
/
.
/
torch
/
csrc
/
onnx
/
init.h
blob: a88d251ea1366a3571ff905a7f40a4bb5560e958 [
file
] [
log
] [
blame
]
#pragma
once
#include
<torch/csrc/utils/pybind.h>
namespace
torch
{
namespace
onnx
{
void
initONNXBindings
(
PyObject
*
module
);
}}
// namespace torch::onnx