Searched refs:refcounts (Results 1 – 12 of 12) sorted by relevance
68 std::vector<int> refcounts(graph_info_->num_tensors(), 0); in PlanAllocations() local78 refcounts[tensor_index]++; in PlanAllocations()88 refcounts[tensor_index]++; in PlanAllocations()117 refcounts[tensor_index]--; in PlanAllocations()118 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
34 Return current total of all refcounts.
36 Return current total of all refcounts.
110 .. _api-refcounts:
109 .. _api-refcounts:
493 in section :ref:`refcounts`.
514 in section :ref:`refcounts`.