60c2e01bfc93bc01da21b79ebe9f222e601e1931,kymatio/scattering2d/core/scattering2d.py,,scattering2d,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,4
Before Change
S[(n1, n2)] = S_2_r
if vectorize:
sorted_keys = sorted(S.keys(), key=lambda x: (len(x),) + x)
S = [S[key] for key in sorted_keys]
S = concatenate(S)
After Change
out_S_2.append(S_2_r)
out_S = []
out_S.extend(out_S_0)
out_S.extend(out_S_1)
out_S.extend(out_S_2)
if vectorize:
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: kymatio/kymatio
Commit Name: 60c2e01bfc93bc01da21b79ebe9f222e601e1931
Time: 2020-02-18
Author: janden@flatironinstitute.org
File Name: kymatio/scattering2d/core/scattering2d.py
Class Name:
Method Name: scattering2d
Project Name: GoogleCloudPlatform/PerfKitBenchmarker
Commit Name: e316f21500dfd57d54b0eba111c8040d6436dd7a
Time: 2020-12-17
Author: tohaowu@google.com
File Name: perfkitbenchmarker/providers/aws/aws_virtual_machine.py
Class Name: AwsVirtualMachine
Method Name: _Create
Project Name: tensorflow/hub
Commit Name: e77ef353f0ec74e4ea819354545848e3cd2ac51d
Time: 2018-08-21
Author: no-reply@google.com
File Name: tensorflow_hub/native_module.py
Class Name:
Method Name: find_signature_inputs_from_multivalued_ops