https://github.com/halide/Halide
Raw File
Tip revision: d1deb58e5b5b3b3d2b91b11b99c08b900e35c20d authored by Andrew Adams on 13 February 2021, 23:06:27 UTC
Don't deinterleave all the way down to scalars
Tip revision: d1deb58
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