https://github.com/halide/Halide
Raw File
Tip revision: 0f4c8d7390375fbaa91a9ce8dc30eca4b2eb45dc authored by Steven Johnson on 26 February 2022, 00:08:25 UTC
WIP
Tip revision: 0f4c8d7
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