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

Method add

caffe2/python/net_builder.py:623–624  ·  view source on GitHub ↗
(self, child)

Source from the content-addressed store, hash-verified

621 self._else_net = None
622
623 def add(self, child):
624 return NetBuilder.add(self, child)
625
626 def __exit__(self, type, *args):
627 if type is None:

Callers 9

netMethod · 0.45
task_groupMethod · 0.45
loopMethod · 0.45
stop_guardMethod · 0.45
IfMethod · 0.45
IfNetMethod · 0.45
WhileNetMethod · 0.45
ElifMethod · 0.45
ElseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected