:py:mod:`neural_compressor.tensorflow.quantization.utils.graph_util` ==================================================================== .. py:module:: neural_compressor.tensorflow.quantization.utils.graph_util .. autoapi-nested-parse:: Tensorflow Graph Utils Helper Classes. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: neural_compressor.tensorflow.quantization.utils.graph_util.GraphAnalyzer neural_compressor.tensorflow.quantization.utils.graph_util.GraphRewriterHelper .. py:class:: GraphAnalyzer(extend_engine=None) Tensorflow Graph Analyzer class which implemented under singleton mode. This class provides the following API: * Analyze the graph * Analyze the input/output node names of the specified graph .. py:class:: GraphRewriterHelper Encapsulates the graph operation into one class.