コード例 #1
0
def apop_stack(z, stack, op_id):
    tangent.push_stack(stack, d[z], d[op_id])
コード例 #2
0
ファイル: tangents.py プロジェクト: zhf459/tangent
def tpush_stack(x, stack, op_id):
    tangent.push_stack(d[stack], d[x], d[op_id])