tf.contrib.quantize.create_eval_graph
Stay organized with collections
Save and categorize content based on your preferences.
Rewrites an eval input_graph in place for simulated quantization.
tf.contrib.quantize.create_eval_graph(
input_graph=None
)
Variables added by the rewrite get added to the global variables collection.
The graph has fake quantization ops inserted to simulate the error
introduced by quantization. Since the graph is transformed in place,
the expected behavior of previously held references to nodes and tensors may
change.
Args |
input_graph
|
The tf.Graph to be transformed, if None then defaults to the
default graph.
|
Raises |
ValueError
|
If elements contains an element that isn't a tf.Tensor or
tf.Operation.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2020-10-01 UTC.
[null,null,["Last updated 2020-10-01 UTC."],[],[],null,["# tf.contrib.quantize.create_eval_graph\n\n\u003cbr /\u003e\n\n|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/tensorflow/blob/v1.15.0/tensorflow/contrib/quantize/python/quantize_graph.py#L125-L143) |\n\nRewrites an eval input_graph in place for simulated quantization. \n\n tf.contrib.quantize.create_eval_graph(\n input_graph=None\n )\n\nVariables added by the rewrite get added to the global variables collection.\n\nThe graph has fake quantization ops inserted to simulate the error\nintroduced by quantization. Since the graph is transformed in place,\nthe expected behavior of previously held references to nodes and tensors may\nchange.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Args ---- ||\n|---------------|-----------------------------------------------------------------------------|\n| `input_graph` | The tf.Graph to be transformed, if None then defaults to the default graph. |\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Raises ------ ||\n|--------------|-------------------------------------------------------------------------|\n| `ValueError` | If elements contains an element that isn't a tf.Tensor or tf.Operation. |\n\n\u003cbr /\u003e"]]