IMLCV.implementations.tensorflow.CV#

Module Contents#

Classes#

PeriodicLayer

KerasFunBase

Attributes#

keras

IMLCV.implementations.tensorflow.CV.keras: keras.api._v2.keras[source]#
class IMLCV.implementations.tensorflow.CV.PeriodicLayer(bbox, periodicity, **kwargs)[source]#

Bases: keras

call(inputs)[source]#
metric(r)[source]#
get_config()[source]#
class IMLCV.implementations.tensorflow.CV.KerasFunBase(reducer)[source]#

Bases: IMLCV.base.CV.CvFunBase

_calc(x: IMLCV.base.CV.CV, nl: IMLCV.base.CV.NeighbourList, reverse=False, conditioners: list[CV] | None = None) IMLCV.base.CV.CV[source]#
__getstate__()[source]#
__setstate__(state)[source]#