https://github.com/halide/Halide
Raw File
Tip revision: f8057f8cca1c53e47d5e9396857bc3da7f17f34e authored by Andrew Adams on 18 August 2020, 23:07:25 UTC
Add ability to do parallel random probes in-process
Tip revision: f8057f8
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