megengine.distributed.Client.set_is_grad

Client.set_is_grad(key, is_grad)[源代码]

用 key 来标记 send/recv 是需要梯度的。

参数
  • key – key to match send/recv op.

  • is_grad – whether this op need grad.