Searched refs:refcounts (Results 1 – 13 of 13) sorted by relevance
71 std::vector<int> refcounts(graph_info_->num_tensors(), 0); in PlanAllocations() local108 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()
112 refcounts = [None] * COUNT117 refcounts[i] = sys.gettotalrefcount() - rc118 if filter(None, refcounts):119 print "%s leaks:\n\t" % testcase, refcounts
102 refcounts = Annotations.fromfile(104 app.connect('doctree-read', refcounts.add_annotations)
8 # refcounts: 1
36 Return current total of all refcounts.
34 Return current total of all refcounts.
186 .. _api-refcounts:
109 .. _api-refcounts:
903 for the duration of the test to prevent unexpected refcounts caused by
493 in section :ref:`refcounts`.
521 in section :ref:`refcounts`.