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

Function _RectifyNames

caffe2/python/rnn_cell.py:39–42  ·  view source on GitHub ↗
(blob_references_or_names)

Source from the content-addressed store, hash-verified

37
38
39def _RectifyNames(blob_references_or_names):
40 if blob_references_or_names is None:
41 return None
42 return [_RectifyName(i) for i in blob_references_or_names]
43
44
45class RNNCell:

Callers 1

_rectify_apply_inputsMethod · 0.85

Calls 1

_RectifyNameFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…