maxframe.learn.utils.check_consistent_length#

maxframe.learn.utils.check_consistent_length(*arrays, ref_length=None)[源代码]#

检查所有数组是否具有一致的第一维度。

检查数组中的所有对象是否具有相同的形状或长度。

参数:

*arrays (list or tuple of input objects.) -- 将被检查长度一致性的对象。