pytorch
46d846f5 - T78750158 Support varying size input in numeric suite at 10/30/2020, 3:55:01 PM (#47391)

Commit
3 years ago
T78750158 Support varying size input in numeric suite at 10/30/2020, 3:55:01 PM (#47391) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/47391 Current Numeric Suite will fail if it's collecting for multiple inputs and each input is of not same size. This fix adds support for varying size input in numeric suite. ghstack-source-id: 117058862 Test Plan: buck test mode/dev caffe2/test:quantization -- 'test_shadow_logger' buck test mode/dev caffe2/test:quantization -- 'test_output_logger' buck test mode/dev caffe2/test:quantization -- 'test_compare_weights_lstm_dynamic' buck test mode/dev caffe2/test:quantization -- 'test_compare_model_stub_lstm_dynamic' buck test mode/dev caffe2/test:quantization -- 'test_compare_model_outputs_lstm_dynamic' buck test mode/dev caffe2/test:quantization -- 'test_compare_weights_conv_static' buck test mode/dev caffe2/test:quantization -- 'test_compare_weights_linear_static' buck test mode/dev caffe2/test:quantization -- 'test_compare_weights_linear_dynamic' buck test mode/dev caffe2/test:quantization -- 'test_compare_model_stub_conv_static' buck test mode/dev caffe2/test:quantization -- 'test_compare_model_stub_linear_static' buck test mode/dev caffe2/test:quantization -- 'test_compare_model_stub_submodule_static' buck test mode/dev caffe2/test:quantization -- 'test_compare_model_stub_functional_static' buck test mode/dev caffe2/test:quantization -- 'test_compare_model_stub_linear_dynamic' buck test mode/dev caffe2/test:quantization -- 'test_compare_model_outputs_conv_static' buck test mode/dev caffe2/test:quantization -- 'test_compare_model_outputs_linear_static' buck test mode/dev caffe2/test:quantization -- 'test_compare_model_outputs_functional_static' buck test mode/dev caffe2/test:quantization -- 'test_compare_model_outputs_linear_dynami Reviewed By: hx89 Differential Revision: D24662271 fbshipit-source-id: 6908169ee448cbb8f33beedbd26104633632896a
Author
Parents
Loading