CallMethod

class CallMethod(node, method='__call__')[source]

CallMethod represents a call to the __call__ method of Module or a method of Tensor.

Parameters
  • node – the Node to be called.

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