Searched defs:refcounts (Results 1 – 7 of 7) sorted by relevance
787 .. _refcounts: target in Building Arbitrary Values
843 .. _refcounts: target in Building Arbitrary Values
76 std::vector<int> refcounts(graph_info_->num_tensors(), 0); in PlanAllocations() local
94 std::vector<int> refcounts(graph_info_->num_tensors(), 0); in PlanAllocations() local
435 refcounts: RefCount, field578 let refcounts = RefCount::new( in from() localVariable951 let mut refcounts = vec![0; max_valid_cluster_index as usize]; in rebuild_refcounts() localVariable
1195 std::vector<int> refcounts(graph_info->num_tensors(), 0); in RemoveUnusedInputs() local
277 int *refcounts; // current refcounts member in RefcountTable292 void init(size_t n, void * const *objects, int *refcounts) in init()