https://github.com/halide/Halide
Raw File
Tip revision: 41cae2450ddcf9daf21f9e904e558aa586f1053a authored by Andrew Adams on 31 December 2018, 00:05:53 UTC
Redirect workers to new branch
Tip revision: 41cae24
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