Home
last modified time | relevance | path

Searched refs:_add_function (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/bcc/tools/
H A Dfunccount.py110 def _add_function(self, template, probe_name): member in Probe
125 text += self._add_function(template, function)
142 text += self._add_function(template, function)
147 text += self._add_function(template, tracepoint)
159 text += self._add_function(template, match)
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dwrap_function.py354 pruned_graph._add_function(f)
H A Dfunction.py427 g._add_function(self)
430 g._add_function(f)
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunction.py580 g._add_function(self)
H A Dops.py3636 def _add_function(self, function): member in Graph