Home
last modified time | relevance | path

Searched defs:refcounts (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/python/cpython2/Doc/extending/
Dextending.rst787 .. _refcounts: target in Building Arbitrary Values
/aosp_15_r20/external/python/cpython3/Doc/extending/
Dextending.rst843 .. _refcounts: target in Building Arbitrary Values
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dsimple_planner.cc76 std::vector<int> refcounts(graph_info_->num_tensors(), 0); in PlanAllocations() local
H A Darena_planner.cc94 std::vector<int> refcounts(graph_info_->num_tensors(), 0); in PlanAllocations() local
/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Dmod.rs435 refcounts: RefCount, field
578 let refcounts = RefCount::new( in from() localVariable
951 let mut refcounts = vec![0; max_valid_cluster_index as usize]; in rebuild_refcounts() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.cc1195 std::vector<int> refcounts(graph_info->num_tensors(), 0); in RemoveUnusedInputs() local
/aosp_15_r20/external/OpenCL-CLHPP/tests/
H A Dtest_openclhpp.cpp277 int *refcounts; // current refcounts member in RefcountTable
292 void init(size_t n, void * const *objects, int *refcounts) in init()