mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 00:21:07 +01:00
Summary: Implement operators for DNNLOWP, including int8_conv, int8_FC, int8_pooling, int8_relu, int8_sum, quantize/dequantize, and order_swtich operators. Pull Request resolved: https://github.com/pytorch/pytorch/pull/18656 Differential Revision: D14767092 Pulled By: yinghai fbshipit-source-id: 1f3e24929a358a42214da333bd304c593ea4468f |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| mkl_concat_op_test.py | ||
| mkl_conv_op_test.py | ||
| mkl_copy_op_test.py | ||
| mkl_elementwise_add_op_test.py | ||
| mkl_elementwise_sum_op_test.py | ||
| mkl_fc_op_test.py | ||
| mkl_fc_speed_test.py | ||
| mkl_fill_op_test.py | ||
| mkl_LRN_op_test.py | ||
| mkl_LRN_speed_test.py | ||
| mkl_pool_op_test.py | ||
| mkl_pool_speed_test.py | ||
| mkl_relu_op_test.py | ||
| mkl_sbn_op_test.py | ||
| mkl_sbn_speed_test.py | ||
| mkl_sigmoid_op_test.py | ||
| mkl_speed_test.py | ||
| mkl_squeeze_op_test.py | ||
| rewrite_graph_test.py | ||
| rewrite_graph.py | ||