Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
205
def
RunOperatorOnce(operator):
206
return
C.run_operator_once(StringifyProto(operator))
207
208
209
def
RunOperatorMultiple(operator, num_runs):
Callers
2
RunOperatorsOnce
Function · 0.85
RunOperatorImmediate
Function · 0.85
Calls
1
StringifyProto
Function · 0.85
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…