https://github.com/halide/Halide
Raw File
Tip revision: 0eead0240e253d4bd190b5243ca93d84fd15ee3b authored by Patricia Suriana on 19 September 2018, 21:07:46 UTC
Modify InjectGroupRealization to inject at fused group parent level
Tip revision: 0eead02
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