https://github.com/halide/Halide
Raw File
Tip revision: 5c562b556ef0609d6ae6d839a7722c844e61319b authored by Jing Pu on 04 January 2019, 23:40:18 UTC
change the counter back to std::atomic.
Tip revision: 5c562b5
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