openvino/model-optimizer/mo/utils
Edward Shogulin f57f1fafc7
[LPT] Q/DQ support integration (#3575)
* [ MO ] New INT weights form

	Ticket #34096

	FQ = Quantize -> Dequantize =
	= FQ` -> Convert(int8) -> Convert(src_dtype) -> FQ =
	= Constant(int8) -> Convert(src_dtype) -> FQ =
	= Constant(int8) -> Convert(src_dtype) -> Subtract(zero_point) -> Multiply(scale)

* [LPT] Q/DQ representation support

Co-authored-by: Evgenya Stepyreva <evgenya.stepyreva@intel.com>
2021-02-03 17:05:34 +03:00
..
ir_engine Implement ExperimentalDetectronROIFeatureExtractor operation as nGraph op (#3739) 2021-01-20 16:20:54 +03:00
ir_reader Fix restoring constant ops with old numbering (#3951) 2021-01-25 14:41:30 +03:00
unittest [LPT] Q/DQ support integration (#3575) 2021-02-03 17:05:34 +03:00
__init__.py Publishing R3 2018-10-16 13:45:03 +03:00
broadcasting.py Fix issue with np.expand_dims for numpy<18.x (#3436) 2020-12-03 09:48:17 +03:00
broadcasting_test.py publish master branch snapshot, revision 49482ae3bea0cbaa07474f86f36db11943142687 2020-05-13 21:12:22 +03:00
class_registration.py Update MO extensions enabling/disabling mechanism (#3873) 2021-01-18 10:32:02 +03:00
cli_parser.py [MO] cli_parser fix when input contains substring with matching scale/mean values (#3146) 2020-11-20 11:42:42 +03:00
cli_parser_test.py [MO] cli_parser fix when input contains substring with matching scale/mean values (#3146) 2020-11-20 11:42:42 +03:00
convert.py Disable eager execution affecting TensorFlow 1 concept model handling (#1914) 2020-08-24 18:01:45 +03:00
custom_replacement_config.py Enable TF 2.0 Object Detection API models (#3556) 2020-12-21 14:21:39 +03:00
dsu.py Publishing 2020.1 content 2020-02-11 22:48:49 +03:00
error.py Publishing 2020.1 content 2020-02-11 22:48:49 +03:00
find_inputs.py Publishing 2020.1 content 2020-02-11 22:48:49 +03:00
get_ov_update_message.py Update OV telemetry message for 2021.3 (#3926) 2021-01-21 12:48:33 +03:00
graph.py Enable TF 2.0 Object Detection API models (#3556) 2020-12-21 14:21:39 +03:00
graph_test.py Enable TF 2.0 Object Detection API models (#3556) 2020-12-21 14:21:39 +03:00
guess_framework.py Publishing 2020.1 content 2020-02-11 22:48:49 +03:00
import_extensions.py Publishing 2020.2 content 2020-04-13 21:17:23 +03:00
logger.py Publishing 2020.1 content 2020-02-11 22:48:49 +03:00
model_analysis.py Publishing 2020.2 content 2020-04-13 21:17:23 +03:00
pipeline_config.py Enable TF 2.0 Object Detection API models (#3556) 2020-12-21 14:21:39 +03:00
pipeline_config_test.py Enable TF 2.0 Object Detection API models (#3556) 2020-12-21 14:21:39 +03:00
replacement_pattern.py publish master branch snapshot, revision cdcab9d7ab48ffb0ee5629fabbfa06cb45debd9b 2020-04-15 19:01:57 +03:00
shape.py Improve reshapeability of models with eltwise nodes influencing shapes (#2767) 2020-11-16 09:50:41 +03:00
simple_proto_parser.py Publishing 2020.1 content 2020-02-11 22:48:49 +03:00
simple_proto_parser_test.py Publishing 2020.1 content 2020-02-11 22:48:49 +03:00
str_to.py Publishing 2020.1 content 2020-02-11 22:48:49 +03:00
summarize_graph.py Disable eager execution affecting TensorFlow 1 concept model handling (#1914) 2020-08-24 18:01:45 +03:00
summarize_graph_test.py Publishing 2020.1 content 2020-02-11 22:48:49 +03:00
tensorboard_util.py Disable eager execution affecting TensorFlow 1 concept model handling (#1914) 2020-08-24 18:01:45 +03:00
unsupported_ops.py publish master branch snapshot, revision cdcab9d7ab48ffb0ee5629fabbfa06cb45debd9b 2020-04-15 19:01:57 +03:00
utils.py XLNET models bugs (#1199) 2020-11-19 10:07:30 +03:00
utils_test.py publish master branch snapshot, revision cdcab9d7ab48ffb0ee5629fabbfa06cb45debd9b 2020-04-15 19:01:57 +03:00
version.py Fix version print (#2022) 2020-09-03 15:39:02 +03:00
version_test.py Enable TF 2.0 Object Detection API models (#3556) 2020-12-21 14:21:39 +03:00
versions_checker.py Support python 3.8 by the Model Optimizer tool in default configuration (#2078) 2020-09-09 08:34:43 +03:00
versions_checker_test.py Support python 3.8 by the Model Optimizer tool in default configuration (#2078) 2020-09-09 08:34:43 +03:00