https://github.com/halide/Halide
Raw File
Tip revision: 15abc451f5faf9f944bd5bc71a883e097ef24a66 authored by Andrew Adams on 08 April 2021, 19:42:48 UTC
Use guarded versions of vars if they exist in bounds inference
Tip revision: 15abc45
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