Home
last modified time | relevance | path

Searched refs:get_runtime_allocator (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/executorch/backends/xnnpack/runtime/
H A DXNNPACKBackend.cpp77 context.get_runtime_allocator(), xnnpack::delegate::XNNExecutor); in init()
88 context.get_runtime_allocator(), in init()
/aosp_15_r20/external/executorch/backends/apple/mps/runtime/
H A DMPSBackend.mm47 context.get_runtime_allocator(), mps::delegate::MPSExecutor);
55 context.get_runtime_allocator(),
/aosp_15_r20/external/executorch/runtime/backend/
H A Dbackend_init_context.h30 MemoryAllocator* get_runtime_allocator() { in get_runtime_allocator() function
/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()
H A Dtest_backend_compiler_lib.cpp109 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init()
/aosp_15_r20/external/executorch/exir/backend/test/demos/rpc/
H A DExecutorBackend.cpp74 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init()
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/
H A DQnnExecuTorchBackend.cpp52 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init()
/aosp_15_r20/external/executorch/backends/mediatek/runtime/
H A DNeuronBackend.cpp69 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init()
/aosp_15_r20/external/executorch/backends/arm/runtime/
H A DArmBackendEthosU.cpp90 MemoryAllocator* allocator = context.get_runtime_allocator(); in init()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/
H A DVulkanBackend.cpp524 context.get_runtime_allocator(), ComputeGraph); in init()
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmethod.cpp148 backend_init_context.get_runtime_allocator()->allocateList<CompileSpec>( in PopulateCompileSpecs()