Searched refs:_add_function (Results 1 – 5 of 5) sorted by relevance
/external/bcc/tools/ |
D | funccount.py | 109 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/ |
D | parser.py | 1387 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/ |
D | function.py | 369 g._add_function(self) 372 g._add_function(f)
|
/external/tensorflow/tensorflow/python/framework/ |
D | function.py | 507 g._add_function(self)
|
D | ops.py | 3352 def _add_function(self, function): member in Graph
|