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

Function RunOperatorMultiple

caffe2/python/workspace.py:209–210  ·  view source on GitHub ↗
(operator, num_runs)

Source from the content-addressed store, hash-verified

207
208
209def RunOperatorMultiple(operator, num_runs):
210 return C.run_operator_multiple(StringifyProto(operator), num_runs)
211
212
213def RunOperatorsOnce(operators):

Callers

nothing calls this directly

Calls 1

StringifyProtoFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…