https://github.com/halide/Halide
Raw File
Tip revision: 375f2ece70b8edeaf970192285e875f7e8fd04a0 authored by Steven Johnson on 01 April 2020, 00:39:43 UTC
Update AddAtomicMutex.h
Tip revision: 375f2ec
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