:py:mod:`neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.grappler_pass` ============================================================================================== .. py:module:: neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.grappler_pass .. autoapi-nested-parse:: Tensorflow Grappler Graph Rewriter. Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: neural_compressor.tensorflow.quantization.utils.graph_rewriter.generic.grappler_pass.GrapplerOptimizer .. py:class:: GrapplerOptimizer(model, input_output_names, opt_cfg) A python wrapper that leverages the built-in tensorflow grappler API to optimize the graph.