• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 #pragma once
2 #include <pybind11/pybind11.h>
3 #include <torch/csrc/Export.h>
4 #include <torch/csrc/utils/pybind.h>
5 
6 namespace torch {
7 namespace lazy {
8 
9 TORCH_PYTHON_API void initLazyBindings(PyObject* module);
10 
11 } // namespace lazy
12 } // namespace torch
13