📜  ctx.save_for_backward - Python 代码示例

📅  最后修改于: 2022-03-11 14:46:11.855000             🧑  作者: Mango

代码示例1
"ctx" is a context object that can be used to stash information 
for backward computation. You can cache arbitrary objects for 
use in the backward pass using the "ctx.save_for_backward" method