op\_types ========= .. List the submodules .. Autodoc anything defined in the module itself TODO: WE DON'T USE THIS OPTION RIGHT NOW BUT WE CAN REACTIVATE IF WANTED We use :ignore-module-all: so sphinx does not document the same module twice, even if it is reimported For reimports that should be documented somewhere other than where they are defined, the re-imports __module__ should be manually overridden -- i.e. in the ``__init__.py`` which contains ``from xxx import YYY``, add in ``YYY.__module__ = __name__``. .. automodule:: modelopt.onnx.op_types :members: :undoc-members: .. Also show members without docstrings. Only members from __all__ are considered as per conf.py .. Ideally we should add docstrings for these members. .. Overview table of available classes in the module .. Overview table of available functions in the module .. rubric:: Functions .. autosummary:: :nosignatures: is_binary_op is_control_flow_op is_conversion_op is_copy_op is_data_dependent_shape_op is_default_quantizable_op_by_ort is_fusible_reduction_op is_fusible_scaling_op is_generator_op is_irregular_mem_access_op is_linear_op is_modifier_op is_multiclass_op is_non_reshape_copy_op is_normalization_op is_pointwise_or_elementwise_op is_pooling_or_window_op is_recurrent_op is_selection_op is_sequence_op is_shape_op is_unary_op