MCPcopy Index your code
hub / github.com/pytorch/pytorch / FC

Method FC

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

Source from the content-addressed store, hash-verified

131 )
132
133 def FC(self, *args, **kwargs):
134 return brew.fc(self, *args, **kwargs)
135
136 def PackedFC(self, *args, **kwargs):
137 return brew.packed_fc(self, *args, **kwargs)

Callers 15

test_simple_cnnmodelMethod · 0.95
_create_modelMethod · 0.95
MLPFunction · 0.95
AlexNetFunction · 0.95
OverFeatFunction · 0.95
VGGAFunction · 0.95
InceptionFunction · 0.95
test_control_op_remapMethod · 0.80
test_inject_copyMethod · 0.80
test_inject_copyMethod · 0.80

Calls

no outgoing calls

Tested by 15

test_simple_cnnmodelMethod · 0.76
_create_modelMethod · 0.76
test_control_op_remapMethod · 0.64
test_inject_copyMethod · 0.64
test_inject_copyMethod · 0.64
test_cross_netsMethod · 0.64
testIfMethod · 0.64
model_build_funMethod · 0.64