Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/qualcomm/executor_runner/
H A Dqnn_executor_runner.cpp94 class CustomMemory { class
96 CustomMemory(bool shared_buffer) : shared_buffer_(shared_buffer){}; in CustomMemory() function in CustomMemory