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

Method Name

caffe2/python/core.py:1616–1617  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1614 op.device_option.random_seed = curr_seed
1615
1616 def Name(self):
1617 return self._net.name
1618
1619 def __str__(self):
1620 return self.Name()

Callers 15

_test_broadcastMethod · 0.95
_test_allreduceMethod · 0.95
_test_reduce_scatterMethod · 0.95
_test_allgatherMethod · 0.95
_test_barrierMethod · 0.95
_test_io_errorMethod · 0.95
__str__Method · 0.95
set_input_recordMethod · 0.95
_CreateAndAddToSelfMethod · 0.95

Calls

no outgoing calls

Tested by 14

_test_broadcastMethod · 0.76
_test_allreduceMethod · 0.76
_test_reduce_scatterMethod · 0.76
_test_allgatherMethod · 0.76
_test_barrierMethod · 0.76
_test_io_errorMethod · 0.76
test_plan_runMethod · 0.76
test_net_createMethod · 0.76
test_int64_shapeMethod · 0.76
visit_ModuleMethod · 0.36