Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/runtime/backend/
H A Dbackend_init_context.h24 : runtime_allocator_(runtime_allocator), method_name_(method_name) {} in runtime_allocator_() argument
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmemory_manager.h72 MemoryAllocator* runtime_allocator, in MemoryManager()
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dtest_backend_with_delegate_mapping.cpp95 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init() local
H A Dtest_backend_compiler_lib.cpp109 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init() local
/aosp_15_r20/external/executorch/exir/backend/test/demos/rpc/
H A DExecutorBackend.cpp74 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init() local
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/
H A DQnnExecuTorchBackend.cpp52 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init() local
/aosp_15_r20/external/executorch/backends/mediatek/runtime/
H A DNeuronBackend.cpp69 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init() local
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/
H A DXNNCompiler.cpp1854 MemoryAllocator* runtime_allocator, in compileModel()