https://github.com/halide/Halide
Raw File
Tip revision: 93ac5af4cb344283b87999dc0d334b6e08f5a80f authored by Shoaib Kamil on 19 May 2020, 16:31:33 UTC
Avoid the problem we were trying to avoid in the first place
Tip revision: 93ac5af
PyRDom.h
#ifndef HALIDE_PYTHON_BINDINGS_PYRDOM_H
#define HALIDE_PYTHON_BINDINGS_PYRDOM_H

#include "PyHalide.h"

namespace Halide {
namespace PythonBindings {

void define_rdom(py::module &m);

}  // namespace PythonBindings
}  // namespace Halide

#endif  // HALIDE_PYTHON_BINDINGS_PYRDOM_H
back to top