def get_grads()

in check.py [0:0]


def get_grads(variables):
    return [var.grad.clone() for var in variables]