pytorch/caffe2/python/mkl
Brian Wignall f326045b37 Fix typos, via a Levenshtein-type corrector (#31523)
Summary:
Should be non-semantic.

Uses https://en.wikipedia.org/wiki/Wikipedia:Lists_of_common_misspellings/For_machines to find likely typos, with https://github.com/bwignall/typochecker to help automate the checking.

Uses an updated version of the tool used in https://github.com/pytorch/pytorch/pull/30606 .
Pull Request resolved: https://github.com/pytorch/pytorch/pull/31523

Differential Revision: D19216749

Pulled By: mrshenli

fbshipit-source-id: 7fd489cb9a77cd7e4950c1046f925d57524960ea
2020-01-17 16:03:19 -08:00
..
__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.py
rewrite_graph_test.py