MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / functions

Method functions

tensorflow/tools/docs/parser.py:1384–1385  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1382
1383 @property
1384 def functions(self):
1385 return self._functions
1386
1387 def _add_function(self, short_name, full_name, obj, doc, url):
1388 self._functions.append(_LinkInfo(short_name, full_name, obj, doc, url))

Callers 2

CouldNeedDeviceBitcodeFunction · 0.45
BuildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected