MCPcopy Index your code
hub / github.com/pytorch/pytorch / __repr__

Method __repr__

caffe2/python/task.py:642–644  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

640 self._already_used = True
641
642 def __repr__(self):
643 return "Task(name={}, node={}, outputs={})".format(
644 self.name, self.node, self.outputs())
645
646
647class SetupNets:

Callers

nothing calls this directly

Calls 2

outputsMethod · 0.95
formatMethod · 0.45

Tested by

no test coverage detected