Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
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_caffe2_simple_cnnmodel
Method · 0.95
test_simple_cnnmodel
Method · 0.95
_create_model
Method · 0.95
MLP
Function · 0.95
AlexNet
Function · 0.95
OverFeat
Function · 0.95
VGGA
Function · 0.95
Inception
Function · 0.95
resnet_imagenet_create_model
Function · 0.80
test_control_op_remap
Method · 0.80
test_inject_copy
Method · 0.80
test_inject_copy
Method · 0.80
Calls
no outgoing calls
Tested by
15
test_caffe2_simple_cnnmodel
Method · 0.76
test_simple_cnnmodel
Method · 0.76
_create_model
Method · 0.76
test_control_op_remap
Method · 0.64
test_inject_copy
Method · 0.64
test_inject_copy
Method · 0.64
test_cross_nets
Method · 0.64
test_cross_nets_no_change
Method · 0.64
test_inject_copy_placeholder_ops
Method · 0.64
testIf
Method · 0.64
test_regularizer_context
Method · 0.64
model_build_fun
Method · 0.64