https://github.com/halide/Halide
Raw File
Tip revision: c413e325e5481686b53586398673984df73fa57d authored by Andrew Adams on 23 February 2021, 22:26:49 UTC
Merge branch 'dsharletg/sliding-window' into abadams/slide_over_split_loop
Tip revision: c413e32
PyVar.h
#ifndef HALIDE_PYTHON_BINDINGS_PYVAR_H
#define HALIDE_PYTHON_BINDINGS_PYVAR_H

#include "PyHalide.h"

namespace Halide {
namespace PythonBindings {

void define_var(py::module &m);

}  // namespace PythonBindings
}  // namespace Halide

#endif  // HALIDE_PYTHON_BINDINGS_PYVAR_H
back to top