diff --git a/README.md b/README.md index 92463e2..b615148 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ https://github.com/PINTO0309/simple-onnx-processing-tools [![Downloads](https://static.pepy.tech/personalized-badge/scs4onnx?period=total&units=none&left_color=grey&right_color=brightgreen&left_text=Downloads)](https://pepy.tech/project/scs4onnx) ![GitHub](https://img.shields.io/github/license/PINTO0309/scs4onnx?color=2BAF2B) [![PyPI](https://img.shields.io/pypi/v/scs4onnx?color=2BAF2B)](https://pypi.org/project/scs4onnx/) [![CodeQL](https://github.com/PINTO0309/scs4onnx/workflows/CodeQL/badge.svg)](https://github.com/PINTO0309/scs4onnx/actions?query=workflow%3ACodeQL) +
+ +
+ # Key concept - [x] If the same constant tensor is found by scanning the entire graph for Constant values, it is aggregated into a single constant tensor.