CallMethod

class CallMethod(node, method='__call__')[源代码]

CallMethod 表示对 Module 的 __call__ 方法或 Tensor 的方法的调用。

参数
  • node – the Node to be called.

  • method – the method name. Default: “__call__”