Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/c10/benchmark/
H A Dintrusive_ptr_benchmark.cpp47 std::vector<intrusive_ptr<Foo>> vararray(kLength); in BM_IntrusivePtrArray() local
63 std::vector<std::shared_ptr<Bar>> vararray(kLength); in BM_SharedPtrArray() local