https://github.com/halide/Halide
Raw File
Tip revision: e6ed7a35583289e1224d160a2ba08778d2954008 authored by Steven Johnson on 24 March 2021, 23:34:54 UTC
wip
Tip revision: e6ed7a3
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