afe.backends.ev.ev_checkers =========================== .. py:module:: afe.backends.ev.ev_checkers Attributes ---------- .. autoapisummary:: afe.backends.ev.ev_checkers.EV_SUPPORTED_REGISTRY Classes ------- .. autoapisummary:: afe.backends.ev.ev_checkers.EVChecker Module Contents --------------- .. py:data:: EV_SUPPORTED_REGISTRY :value: ['layout_transform', 'nn.batch_flatten', 'reshape'] .. py:class:: EVChecker 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. :param _checkers_name: string :param _backend : a Backend class of EV .. py:method:: add_operator_to_registry(operator: str) :classmethod: .. py:method:: remove_operator_from_registry(operator: str) :classmethod: