MCPcopy 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
57def fc(model, *args, **kwargs):
58 return _FC_or_packed_FC(model, model.net.FC, *args, **kwargs)
59
60
61def packed_fc(model, *args, **kwargs):

Callers

nothing calls this directly

Calls 1

_FC_or_packed_FCFunction · 0.85

Tested by

no test coverage detected