Home
last modified time | relevance | path

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

/external/executorch/runtime/kernel/test/
Dkernel_runtime_context_test.cpp74 MemoryAllocator temp_allocator( in TEST_F() local
85 MemoryAllocator temp_allocator( in TEST_F() local
96 TestMemoryAllocator temp_allocator( in TEST_F() local
/external/executorch/runtime/executor/test/
Dmemory_manager_test.cpp45 MemoryAllocator temp_allocator(0, nullptr); in TEST() local
57 MemoryAllocator temp_allocator(0, nullptr); in TEST() local
/external/executorch/extension/training/module/
Dtraining_module.h39 std::move(temp_allocator), in Module()
/external/executorch/runtime/executor/
Dmemory_manager.h104 MemoryAllocator* temp_allocator() const { in temp_allocator() function
Dmethod.h274 MemoryAllocator* temp_allocator) in Method()
Dmethod.cpp566 MemoryAllocator* temp_allocator = memory_manager->temp_allocator(); in load() local
/external/executorch/extension/module/
Dmodule.cpp54 std::unique_ptr<runtime::MemoryAllocator> temp_allocator, in Module()
70 std::unique_ptr<runtime::MemoryAllocator> temp_allocator, in Module()
/external/executorch/examples/arm/executor_runner/
Darm_executor_runner.cpp427 ArmMemoryAllocator temp_allocator( in main() local