https://github.com/halide/Halide
Raw File
Tip revision: a1df45d0cb06e191243854dcb04a476136c3acc2 authored by Steven Johnson on 19 November 2021, 20:53:32 UTC
Sketch of AOT-compiled performance tests
Tip revision: a1df45d
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