:py:mod:`IMLCV.implementations.tensorflow.CV`
=============================================

.. py:module:: IMLCV.implementations.tensorflow.CV


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

Classes
~~~~~~~

.. autoapisummary::

   IMLCV.implementations.tensorflow.CV.PeriodicLayer
   IMLCV.implementations.tensorflow.CV.KerasFunBase




Attributes
~~~~~~~~~~

.. autoapisummary::

   IMLCV.implementations.tensorflow.CV.keras


.. py:data:: keras
   :type: keras.api._v2.keras

   

.. py:class:: PeriodicLayer(bbox, periodicity, **kwargs)

   Bases: :py:obj:`keras`

   .. py:method:: call(inputs)


   .. py:method:: metric(r)


   .. py:method:: get_config()



.. py:class:: KerasFunBase(reducer)

   Bases: :py:obj:`IMLCV.base.CV.CvFunBase`

   .. py:method:: _calc(x: IMLCV.base.CV.CV, nl: IMLCV.base.CV.NeighbourList, reverse=False, conditioners: list[CV] | None = None) -> IMLCV.base.CV.CV


   .. py:method:: __getstate__()


   .. py:method:: __setstate__(state)



