Home
last modified time | relevance | path

Searched refs:method_allocator_pool (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/executorch/test/
H A Dsize_test.cpp20 static uint8_t method_allocator_pool[1024]; variable
29 sizeof(method_allocator_pool), method_allocator_pool); in main()
/aosp_15_r20/external/executorch/examples/portable/executor_runner/
H A Dexecutor_runner.cpp33 static uint8_t method_allocator_pool[4 * 1024U * 1024U]; // 4 MB variable
121 MemoryAllocator(sizeof(method_allocator_pool), method_allocator_pool)}; in main()
/aosp_15_r20/external/executorch/backends/cadence/
H A Dexecutor_runner.cpp38 static uint8_t method_allocator_pool[18 * 1024U]; // 4 MB variable
146 sizeof(method_allocator_pool), method_allocator_pool)}; in main()
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/
H A Dmtk_executor_runner.cpp36 static uint8_t method_allocator_pool[4 * 1024U * 1024U]; // 4 MB variable
126 MemoryAllocator(sizeof(method_allocator_pool), method_allocator_pool)}; in main()
H A Dmtk_oss_executor_runner.cpp38 static uint8_t method_allocator_pool[8 * 1024U * 1024U]; // 8 MB variable
145 MemoryAllocator(sizeof(method_allocator_pool), method_allocator_pool)}; in main()
/aosp_15_r20/external/executorch/examples/devtools/example_runner/
H A Dexample_runner.cpp33 static std::array<uint8_t, 4 * 1024U * 1024U> method_allocator_pool; // 4MB variable
184 sizeof(method_allocator_pool), method_allocator_pool.data())}; in main()
/aosp_15_r20/external/executorch/examples/qualcomm/executor_runner/
H A Dqnn_executor_runner.cpp36 static uint8_t method_allocator_pool[4 * 1024U * 1024U]; // 4 MB variable
200 MemoryAllocator(sizeof(method_allocator_pool), method_allocator_pool)}; in main()
/aosp_15_r20/external/executorch/examples/mediatek/executor_runner/llama_runner/
H A DModelChunk.cpp52 std::vector<uint8_t> method_allocator_pool; member
536 modelInstance->method_allocator_pool.resize(kMethodAllocatorPoolSize); in CreateModelInstance()
538 kMethodAllocatorPoolSize, modelInstance->method_allocator_pool.data()); in CreateModelInstance()
/aosp_15_r20/external/executorch/examples/apple/mps/executor_runner/
H A Dmps_executor_runner.mm39 static uint8_t method_allocator_pool[4 * 1024U * 1024U]; // 4 MB
226 MemoryAllocator(sizeof(method_allocator_pool), method_allocator_pool)};