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

Function RunOperatorOnce

caffe2/python/workspace.py:205–206  ·  view source on GitHub ↗
(operator)

Source from the content-addressed store, hash-verified

203
204
205def RunOperatorOnce(operator):
206 return C.run_operator_once(StringifyProto(operator))
207
208
209def RunOperatorMultiple(operator, num_runs):

Callers 2

RunOperatorsOnceFunction · 0.85
RunOperatorImmediateFunction · 0.85

Calls 1

StringifyProtoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…