Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/exir/backend/test/demos/rpc/
H A DExecutorBackend.cpp74 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init() local
76 runtime_allocator, BufferDataLoader); in init()
88 ET_ALLOCATE_INSTANCE_OR_RETURN_ERROR(runtime_allocator, Program); in init()
101 runtime_allocator, Span<uint8_t>, num_memory_planned_buffers); in init()
107 runtime_allocator, uint8_t, buffer_size); in init()
112 runtime_allocator, HierarchicalAllocator); in init()
120 runtime_allocator, MemoryAllocator); in init()
123 runtime_allocator, kClientRuntimeMemorySize); in init()
128 ET_ALLOCATE_INSTANCE_OR_RETURN_ERROR(runtime_allocator, MemoryManager); in init()
144 ET_ALLOCATE_INSTANCE_OR_RETURN_ERROR(runtime_allocator, Method); in init()
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dtest_backend_with_delegate_mapping.cpp57 MemoryAllocator* runtime_allocator) const { in parse_delegate()
74 runtime_allocator, strlen(op_name) + 1); in parse_delegate()
95 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init() local
110 ET_ALLOCATE_INSTANCE_OR_RETURN_ERROR(runtime_allocator, DemoOpList); in init()
112 runtime_allocator, DemoOp, instruction_number); in init()
116 parse_delegate(instruction_number_end + 1, op_list, runtime_allocator); in init()
H A Dtest_backend_compiler_lib.cpp109 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init() local
148 ET_ALLOCATE_INSTANCE_OR_RETURN_ERROR(runtime_allocator, DemoOpList); in init()
150 runtime_allocator, DemoOp, instruction_number); in init()
/aosp_15_r20/external/executorch/runtime/backend/
H A Dbackend_init_context.h22 MemoryAllocator* runtime_allocator,
24 : 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() argument
75 /*method_allocator=*/runtime_allocator, in MemoryManager()
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/
H A DQnnExecuTorchBackend.cpp52 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init() local
54 ET_ALLOCATE_INSTANCE_OR_RETURN_ERROR(runtime_allocator, QnnManager); in init()
/aosp_15_r20/external/executorch/backends/mediatek/runtime/
H A DNeuronBackend.cpp69 MemoryAllocator* runtime_allocator = context.get_runtime_allocator(); in init() local
71 runtime_allocator, NeuronExecuTorchDelegate); in init()
/aosp_15_r20/external/executorch/backends/xnnpack/runtime/
H A DXNNCompiler.h32 executorch::runtime::MemoryAllocator* runtime_allocator,
H A DXNNCompiler.cpp1854 MemoryAllocator* runtime_allocator, in compileModel() argument
/aosp_15_r20/external/executorch/backends/apple/mps/runtime/
H A DMPSCompiler.h31 executorch::runtime::MemoryAllocator* runtime_allocator,
H A DMPSCompiler.mm44 MemoryAllocator* runtime_allocator,