Files
pytorch/torch/csrc/lazy/python/init.h

11 lines
224 B
C++

#pragma once
#include <pybind11/pybind11.h>
#include <torch/csrc/Export.h>
#include <torch/csrc/utils/pybind.h>
namespace torch::lazy {
TORCH_PYTHON_API void initLazyBindings(PyObject* module);
} // namespace torch::lazy