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

Method FC_Decomp

caffe2/python/cnn.py:142–143  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

140 return brew.fc_prune(self, *args, **kwargs)
141
142 def FC_Decomp(self, *args, **kwargs):
143 return brew.fc_decomp(self, *args, **kwargs)
144
145 def FC_Sparse(self, *args, **kwargs):
146 return brew.fc_sparse(self, *args, **kwargs)

Callers 1

fc_decompFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected