Home
last modified time | relevance | path

Searched refs:refcounts (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/lite/
Darena_planner.cc71 std::vector<int> refcounts(graph_info_->num_tensors(), 0); in PlanAllocations() local
108 refcounts[tensor_index]++; in PlanAllocations()
114 refcounts[tensor_index]++; in PlanAllocations()
122 refcounts[tensor_index]++; in PlanAllocations()
144 refcounts[tensor_index]++; in PlanAllocations()
173 refcounts[tensor_index]--; in PlanAllocations()
174 if (refcounts[tensor_index] == 0) { in PlanAllocations()
/external/python/cpython2/Lib/ctypes/test/
D__init__.py112 refcounts = [None] * COUNT
117 refcounts[i] = sys.gettotalrefcount() - rc
118 if filter(None, refcounts):
119 print "%s leaks:\n\t" % testcase, refcounts
/external/python/cpython2/Doc/tools/extensions/
Dc_annotations.py102 refcounts = Annotations.fromfile(
104 app.connect('doctree-read', refcounts.add_annotations)
/external/python/cpython3/Doc/tools/extensions/
Dc_annotations.py102 refcounts = Annotations.fromfile(
104 app.connect('doctree-read', refcounts.add_annotations)
/external/python/cpython3/Misc/
Dgdbinit8 # refcounts: 1
DSpecialBuilds.txt36 Return current total of all refcounts.
/external/python/cpython2/Misc/
Dgdbinit8 # refcounts: 1
DSpecialBuilds.txt34 Return current total of all refcounts.
/external/python/cpython3/Doc/c-api/
Dintro.rst186 .. _api-refcounts:
/external/python/cpython2/Doc/c-api/
Dintro.rst109 .. _api-refcounts:
/external/python/cpython3/Doc/library/
Dtest.rst903 for the duration of the test to prevent unexpected refcounts caused by
/external/python/cpython2/Doc/extending/
Dextending.rst493 in section :ref:`refcounts`.
/external/python/cpython3/Doc/extending/
Dextending.rst521 in section :ref:`refcounts`.