https://github.com/halide/Halide
Raw File
Tip revision: 46f432a28342789dc0172b7f3e280489304e55de authored by Ahmed Taei on 25 January 2019, 00:20:13 UTC
Remove commented experimental code
Tip revision: 46f432a
PyBuffer.h
#ifndef HALIDE_PYTHON_BINDINGS_PYBUFFER_H
#define HALIDE_PYTHON_BINDINGS_PYBUFFER_H

#include "PyHalide.h"

namespace Halide {
namespace PythonBindings {

void define_buffer(py::module &m);

}  // namespace PythonBindings
}  // namespace Halide

#endif  // HALIDE_PYTHON_BINDINGS_PYBUFFER_H
back to top