def coordinate_to_offset()

in is21_deep_bias/score.py [0:0]


def coordinate_to_offset(row, col, ncols):
    return int(row * ncols + col)