https://github.com/halide/Halide
Raw File
Tip revision: 522dfe23ea8b192c7401ee6255b5eaa36dd5452b authored by Steven Johnson on 14 December 2021, 21:56:59 UTC
Merge branch 'master' into srj/oglc-mutexed
Tip revision: 522dfe2
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