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

Function RunOperatorsOnce

caffe2/python/workspace.py:213–218  ·  view source on GitHub ↗
(operators)

Source from the content-addressed store, hash-verified

211
212
213def RunOperatorsOnce(operators):
214 for op in operators:
215 success = RunOperatorOnce(op)
216 if not success:
217 return False
218 return True
219
220
221def ClearGlobalNetObserver():

Callers

nothing calls this directly

Calls 1

RunOperatorOnceFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…