https://github.com/halide/Halide
Raw File
Tip revision: b52205a8058dc9e3e0cf1a2a547aa4ce871a389a authored by Steven Johnson on 09 October 2020, 22:45:18 UTC
Merge branch 'srj/tidymore' into srj/tidymore2
Tip revision: b52205a
PyParam.h
#ifndef HALIDE_PYTHON_BINDINGS_PYPARAM_H
#define HALIDE_PYTHON_BINDINGS_PYPARAM_H

#include "PyHalide.h"

namespace Halide {
namespace PythonBindings {

void define_param(py::module &m);

}  // namespace PythonBindings
}  // namespace Halide

#endif  // HALIDE_PYTHON_BINDINGS_PYPARAM_H
back to top