neural_compressor.experimental.nas.dynas ======================================== .. py:module:: neural_compressor.experimental.nas.dynas .. autoapi-nested-parse:: DyNAS approach class. Classes ------- .. autoapisummary:: neural_compressor.experimental.nas.dynas.DyNAS Module Contents --------------- .. py:class:: DyNAS(conf_fname_or_obj) DyNAS approach. Defining the pipeline for DyNAS approach. :param conf_fname_or_obj: The path to the YAML configuration file or the object of NASConfig. :type conf_fname_or_obj: string or obj