https://github.com/halide/Halide
Raw File
Tip revision: 54baae34c5bb8dfbec8461434b0cbf3b6a2ca747 authored by Alexander Root on 10 May 2021, 16:13:01 UTC
update with incremental synthesis + general updates
Tip revision: 54baae3
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