MCPcopy 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_comparisonMethod · 0.95
cudnn_LSTMFunction · 0.95
build_crf_netMethod · 0.80
create_modelFunction · 0.80
test_crf_viterbiMethod · 0.80
test_rnnMethod · 0.80
CreateModelMethod · 0.80
__init__Method · 0.80
_build_decoderMethod · 0.80

Calls 1

AddExternalInputMethod · 0.95

Tested by 15

test_net_comparisonMethod · 0.76
test_crf_viterbiMethod · 0.64
test_rnnMethod · 0.64
test_sum_mulMethod · 0.64
test_mulMethod · 0.64
test_extractMethod · 0.64
test_crf_with_loss_opMethod · 0.64