blob: cd0073698d58421e87b8f6688b07fafad74e7f6d [file] [log] [blame]
// Copyright 2024 The IREE Authors
//
// Licensed under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
#ifndef IREE_BINDINGS_PYTHON_IREE_RT_LOOP_H_
#define IREE_BINDINGS_PYTHON_IREE_RT_LOOP_H_
#include "./binding.h"
namespace iree::python {
void SetupLoopBindings(py::module_& m);
} // namespace iree::python
#endif // IREE_BINDINGS_PYTHON_IREE_RT_LOOP_H_