Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/pytorch
/ AddExternalInputs
Method
AddExternalInputs
caffe2/python/core.py:2188–2189 ·
view source on GitHub ↗
(self, *inputs)
Source
from the content-addressed store, hash-verified
2186
return
self._output_record
2187
2188
def
AddExternalInputs(self, *inputs):
2189
return
self.AddExternalInput(*inputs)
2190
2191
def
AddExternalOutputs(self, *outputs):
2192
self.AddExternalOutput(*outputs)
Callers
15
test_net_comparison
Method · 0.95
cudnn_LSTM
Function · 0.95
test_net_gradient_checker
Method · 0.80
build_crf_net
Method · 0.80
test_observer_rnn_executor
Method · 0.80
create_model
Function · 0.80
test_crf_viterbi
Method · 0.80
test_rnn
Method · 0.80
CreateModel
Method · 0.80
__init__
Method · 0.80
_build_decoder
Method · 0.80
run_test_copy_gradient
Method · 0.80
Calls
1
AddExternalInput
Method · 0.95
Tested by
15
test_net_comparison
Method · 0.76
test_net_gradient_checker
Method · 0.64
test_observer_rnn_executor
Method · 0.64
test_crf_viterbi
Method · 0.64
test_rnn
Method · 0.64
run_test_copy_gradient
Method · 0.64
test_copy_gradient_multiple_gpus
Method · 0.64
test_sum_mul
Method · 0.64
test_mul
Method · 0.64
test_extract
Method · 0.64
test_stateful_convolution_forward_only
Method · 0.64
test_crf_with_loss_op
Method · 0.64