blob: 4bc2de044d84cac836e6ca170085041683c6c232 [file] [log] [blame]
// Copyright 2022 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_INVOKE_H_
#define IREE_BINDINGS_PYTHON_IREE_RT_INVOKE_H_
#include "./binding.h"
namespace iree {
namespace python {
void SetupInvokeBindings(py::module_ &m);
} // namespace python
} // namespace iree
#endif // IREE_BINDINGS_PYTHON_IREE_RT_INVOKE_H_