https://github.com/halide/Halide
Raw File
Tip revision: 825d863e7bd82bc00ca59be3934e1a0199a45dd2 authored by Andrew Adams on 22 May 2018, 21:11:35 UTC
Add stripped-down version of simplifier
Tip revision: 825d863
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