Skip to content

Commit c5eeb65

Browse files
committed
Update README.md
1 parent ac07cc5 commit c5eeb65

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ Intel Extension for PyTorch is a Python package to extend official PyTorch. It i
99
- [Automatically Mix Precison](#automatically-mix-precision)
1010
- [BFloat16](#BFloat16)
1111
- [INT8](#int8-quantization)
12+
- [Supported Customized Operators](#Supported Customized Operators)
13+
- [Supported Fusion Patterns](#Supported Fusion Patterns)
1214
- [Contribution](#contribution)
1315
- [License](#license)
1416

@@ -248,6 +250,12 @@ Supported Quantization Operators:
248250
- ```convolution + sum + relu```
249251
- ```convolution + BatchNorm```
250252
253+
##Supported Customized Operators
254+
255+
256+
###Supported Fusion Patterns
257+
258+
251259
## Tutorials
252260
[Performance Tuning](tutorials/Performance_Tuning.md)
253261

0 commit comments

Comments
 (0)