-
Notifications
You must be signed in to change notification settings - Fork 259
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
project name change from "Intel(R) Low Precision Optimization Tool" t…
…o "Intel(R) Neural Compressor"
- Loading branch information
Showing
945 changed files
with
2,819 additions
and
2,807 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
APIs | ||
#### | ||
|
||
.. automodule:: lpot.benchmark | ||
.. automodule:: neural_compressor.benchmark | ||
:members: | ||
|
||
.. autoclass:: lpot.benchmark.Benchmark | ||
.. autoclass:: neural_compressor.benchmark.Benchmark | ||
:members: | ||
|
||
.. automodule:: lpot.objective | ||
.. automodule:: neural_compressor.objective | ||
:members: | ||
|
||
.. automodule:: lpot.pruning | ||
.. automodule:: neural_compressor.pruning | ||
:members: | ||
|
||
.. automodule:: lpot.quantization | ||
.. automodule:: neural_compressor.quantization | ||
:members: | ||
|
||
.. automodule:: lpot.version | ||
.. automodule:: neural_compressor.version | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
Contribution Guidelines | ||
======================= | ||
|
||
If you have improvements to Intel® Low Precision Optimization Tool, send your pull requests for | ||
[review](https://github.com/intel/lpot/pulls). If you are new to Github, view the pull request | ||
If you have improvements to Intel® Neural Compressor, send your pull requests for | ||
[review](https://github.com/intel/neural-compressor/pulls). If you are new to Github, view the pull request | ||
[How To](https://help.github.com/articles/using-pull-requests/). | ||
|
||
|
||
|
@@ -12,8 +12,8 @@ Before sending your pull requests, follow the information below: | |
- Changes are consistent with the Python [Coding Style](https://github.com/google/styleguide/blob/gh-pages/pyguide.md). | ||
- Use pylint to check your Python code. | ||
- Use flake8 and autopep8 to make Python code clean. | ||
- Add unit tests in [Unit Tests](https://github.com/intel/lpot/tree/master/test) to cover the code you would like to contribute. | ||
- Run [Unit Tests](https://github.com/intel/lpot/tree/master/test). | ||
- Add unit tests in [Unit Tests](https://github.com/intel/neural-compressor/tree/master/test) to cover the code you would like to contribute. | ||
- Run [Unit Tests](https://github.com/intel/neural-compressor/tree/master/test). | ||
|
||
## Pull Request Template | ||
|
||
|
@@ -43,7 +43,7 @@ Provide the development or test environment info. | |
## Support | ||
|
||
Submit your questions, feature requests, and bug reports to the | ||
[GitHub issues](https://github.com/intel/lpot/issues) page. You may also reach out to lpot[email protected]. | ||
[GitHub issues](https://github.com/intel/neural-compressor/issues) page. You may also reach out to [Maintainers](neural_compressor[email protected]). | ||
|
||
## Contributor Covenant Code of Conduct | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.