Home
last modified time | relevance | path

Searched defs:count_calls (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Dpstats.py593 def count_calls(callers): function
/external/pytorch/torch/_dynamo/
Doutput_graph.py715 def count_calls(self): member in OutputGraph
Dutils.py432 def count_calls(g: fx.Graph): function