afe.backends.ev

Submodules

Classes

EVChecker

Currently, no EV plugins are supported.

Package Contents

class afe.backends.ev.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

classmethod add_operator_to_registry(operator: str)[source]
classmethod remove_operator_from_registry(operator: str)[source]