Esempio n. 1
0
def apop_stack(z, stack, op_id):
    tangent.push_stack(stack, d[z], d[op_id])
Esempio n. 2
0
def tpush_stack(x, stack, op_id):
    tangent.push_stack(d[stack], d[x], d[op_id])