https://github.com/halide/Halide
Raw File
Tip revision: 735c0ba9448d74a8d4a6e04dee83bb5dfb60a00e authored by Steven Johnson on 07 May 2019, 22:22:29 UTC
Merge branch 'master' into bounds_correct_vs_bounds_loaded_reduced
Tip revision: 735c0ba
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