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

Method FC_Sparse

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

Source from the content-addressed store, hash-verified

143 return brew.fc_decomp(self, *args, **kwargs)
144
145 def FC_Sparse(self, *args, **kwargs):
146 return brew.fc_sparse(self, *args, **kwargs)
147
148 def Dropout(self, *args, **kwargs):
149 return brew.dropout(

Callers 2

fc_sparseFunction · 0.80
transFCReluFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected