Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
net
Method · 0.45
task_group
Method · 0.45
loop
Method · 0.45
stop_guard
Method · 0.45
If
Method · 0.45
IfNet
Method · 0.45
WhileNet
Method · 0.45
Elif
Method · 0.45
Else
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected