cuboid_patch_aggregation_based_geometric_interdependence Bases: cuboid_patch_based_geometric_interdependence Source code in tinybig/interdependence/geometric_interdependence.py 218 219 220class cuboid_patch_aggregation_based_geometric_interdependence(cuboid_patch_based_geometric_interdependence): def __init__(self, interdependence_matrix_mode: str = 'aggregation', *args, **kwargs): super().__init__(interdependence_matrix_mode='aggregation', *args, **kwargs)