afe.backends.ev.ev_checkers
Attributes
Classes
Currently, no EV plugins are supported. |
Module Contents
- afe.backends.ev.ev_checkers.EV_SUPPORTED_REGISTRY = ['layout_transform', 'nn.batch_flatten', 'reshape'][source]
- class afe.backends.ev.ev_checkers.EVChecker[source]
Currently, no EV plugins are supported. When adding support for TVM operators for EV, developers should add operator name to EV_SUPPORTED_REGISTRY. This should include any supported composite operators. Composite operators will be decomposed if they are to be run on EV.
- Parameters:
_checkers_name – string
:param _backend : a Backend class of EV