Home
last modified time | relevance | path

Searched refs:binary_buffer_ (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/executorch/backends/qualcomm/runtime/backends/
H A DQnnContextCommon.cpp97 binary_buffer_.resize(binary_size); in GetContextBinary()
99 handle_, binary_buffer_.data(), binary_size, &bytes_written); in GetContextBinary()
123 builder_, signature().c_str(), &binary_buffer_); in GetContextBinary()
H A DQnnContextCommon.h74 std::vector<uint8_t> binary_buffer_; variable