flexloopy._ffi_api
==================

.. py:module:: flexloopy._ffi_api

.. autoapi-nested-parse::

   FFI API bindings for flexloopy.



Attributes
----------

.. autoapisummary::

   flexloopy._ffi_api.LIB


Classes
-------

.. autoapisummary::

   flexloopy._ffi_api.IntPair


Functions
---------

.. autoapisummary::

   flexloopy._ffi_api.raise_error


Module Contents
---------------

.. py:data:: LIB
   :value: None


.. py:function:: raise_error(_0: str, /) -> None

.. py:class:: IntPair

   Bases: :py:obj:`tvm_ffi.Object`


   FFI binding for `flexloopy.IntPair`.


   .. py:attribute:: a
      :type:  int


   .. py:attribute:: b
      :type:  int


   .. py:method:: __c_ffi_init__(_0: int, _1: int, /) -> tvm_ffi.Object
      :staticmethod:



