Searched refs:runtime_allocator (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/executorch/exir/backend/test/demos/rpc/ |
H A D | ExecutorBackend.cpp | 74 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 D | test_backend_with_delegate_mapping.cpp | 57 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 D | test_backend_compiler_lib.cpp | 109 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 D | backend_init_context.h | 22 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 D | memory_manager.h | 72 MemoryAllocator* runtime_allocator, in MemoryManager() argument 75 /*method_allocator=*/runtime_allocator, in MemoryManager()
|
/aosp_15_r20/external/executorch/backends/qualcomm/runtime/ |
H A D | QnnExecuTorchBackend.cpp | 52 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 D | NeuronBackend.cpp | 69 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 D | XNNCompiler.h | 32 executorch::runtime::MemoryAllocator* runtime_allocator,
|
H A D | XNNCompiler.cpp | 1854 MemoryAllocator* runtime_allocator, in compileModel() argument
|
/aosp_15_r20/external/executorch/backends/apple/mps/runtime/ |
H A D | MPSCompiler.h | 31 executorch::runtime::MemoryAllocator* runtime_allocator,
|
H A D | MPSCompiler.mm | 44 MemoryAllocator* runtime_allocator,
|