pytorch/torch/csrc/autograd/python_enum_tag.h

10 lines
152 B
C++

#pragma once
#include <torch/csrc/python_headers.h>
namespace torch {
namespace autograd {
void initEnumTag(PyObject* module);
}
} // namespace torch