e1bc69db309e00e464617c3317d299f2a3581cc3,thinc/types.py,Ints1d,__get_validators__,#Any#,478
Before Change
@classmethod
def __get_validators__(cls):
for validator in get_array_validators(ndim=1, dtype=xp.int32):
yield validator
After Change
@classmethod
def __get_validators__(cls):
for validator in get_array_validators(ndim=3):
yield validator
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 4
Instances
Project Name: explosion/thinc
Commit Name: e1bc69db309e00e464617c3317d299f2a3581cc3
Time: 2020-01-11
Author: ines@ines.io
File Name: thinc/types.py
Class Name: Ints1d
Method Name: __get_validators__
Project Name: explosion/thinc
Commit Name: e1bc69db309e00e464617c3317d299f2a3581cc3
Time: 2020-01-11
Author: ines@ines.io
File Name: thinc/types.py
Class Name: Ints3d
Method Name: __get_validators__
Project Name: explosion/thinc
Commit Name: e1bc69db309e00e464617c3317d299f2a3581cc3
Time: 2020-01-11
Author: ines@ines.io
File Name: thinc/types.py
Class Name: Floats3d
Method Name: __get_validators__