MCPcopy Create free account
hub / github.com/pytorch/pytorch / packed_fc

Function packed_fc

caffe2/python/helpers/fc.py:61–62  ·  view source on GitHub ↗
(model, *args, **kwargs)

Source from the content-addressed store, hash-verified

59
60
61def packed_fc(model, *args, **kwargs):
62 return _FC_or_packed_FC(model, model.net.PackedFC, *args, **kwargs)
63
64
65def fc_decomp(

Callers

nothing calls this directly

Calls 1

_FC_or_packed_FCFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…