https://github.com/halide/Halide
Raw File
Tip revision: f94dfce7d7f2989aaffc39217a6182bc0e9a23c7 authored by Andrew Adams on 11 November 2021, 00:19:55 UTC
Just redo the comments
Tip revision: f94dfce
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