File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments