utils ===== .. 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.utils :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: duplicate_shared_constants find_lowest_common_ancestor gen_random_inputs get_all_input_names get_batch_size get_batch_size_from_bytes get_child_nodes get_dynamic_graph_inputs get_input_names get_input_names_from_bytes get_input_shapes get_input_shapes_from_bytes get_node_names get_node_names_from_bytes get_output_names get_output_names_from_bytes get_output_shapes get_parent_nodes get_variable_inputs is_valid_onnx_model name_onnx_nodes parse_shapes_spec randomize_weights randomize_weights_onnx_bytes remove_weights_data save_onnx save_onnx_bytes_to_dir udpate_domain validate_batch_size validate_onnx