https://github.com/halide/Halide
Raw File
Tip revision: 4f20718ede9647201aa3a996923425fc905ba1dd authored by Andrew Adams on 05 March 2021, 23:29:40 UTC
Merge remote-tracking branch 'origin/master' into abadams/fix-arm-seg2
Tip revision: 4f20718
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