Sign in
android
/
platform
/
external
/
pytorch
/
d3612a5914
/
.
/
torch
/
csrc
/
jit
/
python_tracer.h
blob: 50b6904e81f8a42aed8efe76451a0dfd4cadd247 [
file
] [
log
] [
blame
]
#pragma
once
#include
<Python.h>
#include
<memory>
#include
"torch/csrc/jit/tracer.h"
namespace
torch
{
namespace
jit
{
void
initPythonTracerBindings
(
PyObject
*
module
);
}}
// namespace torch::jit