986e3c0a00677355c1edbd89a959264fa0aea1c4,test/quantization/test_numeric_suite_fx.py,TestFXNumericSuiteCoreAPIs,test_match_activations_fun,#TestFXNumericSuiteCoreAPIs#,796
 
Before Change
        expected_occurrence = {
            ns.call_module(OutputLogger): 2,
        }
        self.checkGraphModuleNodes(
            mp_ns, expected_node_occurrence=expected_occurrence)
        self.checkGraphModuleNodes(
            mq_ns, expected_node_occurrence=expected_occurrence)
        // TODO(before land): test both scripted and non-scripted
After Change
            ns.call_module(OutputLogger): 2,
        }
        self._test_match_activations(
            m, (torch.randn(4, 4),),
            prepared_expected_node_occurrence=expected_occurrence,
            results_len=2)

In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
 Project Name: pytorch/pytorch
 Commit Name: 986e3c0a00677355c1edbd89a959264fa0aea1c4
 Time: 2021-03-12
 Author: vasiliy@fb.com
 File Name: test/quantization/test_numeric_suite_fx.py
 Class Name: TestFXNumericSuiteCoreAPIs
 Method Name: test_match_activations_fun
 Project Name: pytorch/pytorch
 Commit Name: 986e3c0a00677355c1edbd89a959264fa0aea1c4
 Time: 2021-03-12
 Author: vasiliy@fb.com
 File Name: test/quantization/test_numeric_suite_fx.py
 Class Name: TestFXNumericSuiteCoreAPIs
 Method Name: test_match_activations_mod
 Project Name: pytorch/pytorch
 Commit Name: 986e3c0a00677355c1edbd89a959264fa0aea1c4
 Time: 2021-03-12
 Author: vasiliy@fb.com
 File Name: test/quantization/test_numeric_suite_fx.py
 Class Name: TestFXNumericSuiteCoreAPIs
 Method Name: test_add_shadow_loggers_multiple_dtype_casts