https://github.com/halide/Halide
Raw File
Tip revision: aec92e15fa0629b78145f211baa6a81f5b72ce14 authored by Volodymyr Kysenko on 06 December 2021, 22:52:50 UTC
Merge branch 'factor_parallel_codegen' into xtensa-codegen-parallel
Tip revision: aec92e1
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