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

Method AddExternalOutputs

caffe2/python/core.py:2191–2192  ·  view source on GitHub ↗
(self, *outputs)

Source from the content-addressed store, hash-verified

2189 return self.AddExternalInput(*inputs)
2190
2191 def AddExternalOutputs(self, *outputs):
2192 self.AddExternalOutput(*outputs)
2193
2194 def DeduplicateGradientSlices(self, g, aggregator='sum'):
2195 assert isinstance(g, GradientSlice)

Callers 9

_applyMethod · 0.80
apply_overrideMethod · 0.80
_applyMethod · 0.80
_applyMethod · 0.80
_applyMethod · 0.80
_applyMethod · 0.80
cudnn_LSTMFunction · 0.80
build_crf_netMethod · 0.80
_prepare_gru_unit_opFunction · 0.80

Calls 1

AddExternalOutputMethod · 0.95

Tested by 1

_prepare_gru_unit_opFunction · 0.64