https://github.com/halide/Halide
Raw File
Tip revision: 41cae2450ddcf9daf21f9e904e558aa586f1053a authored by Andrew Adams on 31 December 2018, 00:05:53 UTC
Redirect workers to new branch
Tip revision: 41cae24
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