https://github.com/halide/Halide
Raw File
Tip revision: ea26771f36ec9a233f026deaa66f3fd91a167b90 authored by Steven Johnson on 12 January 2022, 19:57:45 UTC
sstuff
Tip revision: ea26771
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