MCPcopy Create free account
hub / github.com/pytorch/pytorch / extend_ops

Method extend_ops

caffe2/python/core.py:2383–2384  ·  view source on GitHub ↗
(self, new_ops)

Source from the content-addressed store, hash-verified

2381 return name in self._external_input_map
2382
2383 def extend_ops(self, new_ops):
2384 return self._ExtendOps(new_ops)
2385
2386
2387def remap_input(op, blob_name_remapping):

Callers 1

InjectCrossDeviceCopiesFunction · 0.80

Calls 1

_ExtendOpsMethod · 0.95

Tested by

no test coverage detected