Searched refs:method_allocator_pool (Results 1 – 9 of 9) sorted by relevance
/aosp_15_r20/external/executorch/test/ |
H A D | size_test.cpp | 20 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 D | executor_runner.cpp | 33 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 D | executor_runner.cpp | 38 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 D | mtk_executor_runner.cpp | 36 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 D | mtk_oss_executor_runner.cpp | 38 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 D | example_runner.cpp | 33 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 D | qnn_executor_runner.cpp | 36 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 D | ModelChunk.cpp | 52 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 D | mps_executor_runner.mm | 39 static uint8_t method_allocator_pool[4 * 1024U * 1024U]; // 4 MB 226 MemoryAllocator(sizeof(method_allocator_pool), method_allocator_pool)};
|