Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/msracver/Deformable-ConvNets
/ list_arguments
Method
list_arguments
rfcn/operator_py/proposal.py:209–210 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
207
self._rpn_min_size = int(rpn_min_size)
208
209
def
list_arguments(self):
210
return
[
'cls_prob'
,
'bbox_pred'
,
'im_info'
]
211
212
def
list_outputs(self):
213
if
self._output_score:
Callers
9
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
infer_shape
Method · 0.45
check_parameter_shapes
Method · 0.45
test_deeplab
Function · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_deeplab
Function · 0.36