https://github.com/halide/Halide
Raw File
Tip revision: f14fc895d20bcd4c70e4525845e429c00b1cc473 authored by Steven Johnson on 05 October 2021, 18:35:36 UTC
More cleanup
Tip revision: f14fc89
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