Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/pytorch
/ fc
Function
fc
caffe2/python/helpers/fc.py:57–58 ·
view source on GitHub ↗
(model, *args, **kwargs)
Source
from the content-addressed store, hash-verified
55
56
57
def
fc(model, *args, **kwargs):
58
return
_FC_or_packed_FC(model, model.net.FC, *args, **kwargs)
59
60
61
def
packed_fc(model, *args, **kwargs):
Callers
nothing calls this directly
Calls
1
_FC_or_packed_FC
Function · 0.85
Tested by
no test coverage detected