https://github.com/halide/Halide
Raw File
Tip revision: 518d6d965fd19638565d54c02caf8b77eca96005 authored by Zalman Stern on 11 October 2018, 06:56:34 UTC
Address review feedback by adding a comment and fixing an erroneous
Tip revision: 518d6d9
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