Home
last modified time | relevance | path

Searched defs:temp_allocator_ (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/executorch/runtime/backend/
H A Dbackend_execution_context.h67 MemoryAllocator* temp_allocator_ = nullptr; variable
/aosp_15_r20/external/executorch/runtime/kernel/
H A Dkernel_runtime_context.h106 MemoryAllocator* temp_allocator_ = nullptr; variable
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmemory_manager.h111 MemoryAllocator* temp_allocator_; variable
H A Dmethod.h319 MemoryAllocator* temp_allocator_; variable
/aosp_15_r20/external/executorch/extension/module/
H A Dmodule.h442 std::unique_ptr<runtime::MemoryAllocator> temp_allocator_; variable
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dkernel_integration_test.cpp275 std::unique_ptr<TempMemoryAllocator> temp_allocator_ = nullptr; member in KernelIntegrationTest
/aosp_15_r20/external/executorch/extension/pybindings/
H A Dpybindings.cpp369 MemoryAllocator temp_allocator_{MemoryAllocator(0, nullptr)}; member in executorch::extension::pybindings::__anon7828bc6a0111::Module::Memory