blob: 206524fac248de286b817c9e6a9d3b5f5b512b35 [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(pybind11::module &m);
} // namespace python
} // namespace iree
#endif // IREE_BINDINGS_PYTHON_IREE_RT_INVOKE_H_