https://github.com/halide/Halide
Raw File
Tip revision: e32e6c6405ddc6a5d35516b576498be2cba3aafd authored by Pranav Bhandarkar on 21 August 2019, 21:45:12 UTC
Revert "temp patch to fix broken build using clang"
Tip revision: e32e6c6
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