Home
last modified time | relevance | path

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

/external/bcc/tools/
Dfunccount.py109 def _add_function(self, template, probe_name): member in Probe
124 text += self._add_function(template, function)
141 text += self._add_function(template, function)
146 text += self._add_function(template, tracepoint)
158 text += self._add_function(template, match)
/external/tensorflow/tensorflow/tools/docs/
Dparser.py1387 def _add_function(self, short_name, full_name, obj, doc, url): member in _ModulePageInfo
1444 self._add_function(name, member_full_name, member, member_doc, url)
/external/tensorflow/tensorflow/python/eager/
Dfunction.py369 g._add_function(self)
372 g._add_function(f)
/external/tensorflow/tensorflow/python/framework/
Dfunction.py507 g._add_function(self)
Dops.py3352 def _add_function(self, function): member in Graph