Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DCpuExecutor.h117 class RunTimePoolInfoImpl;
118 RunTimePoolInfo(const std::shared_ptr<const RunTimePoolInfoImpl>& impl);
120 std::shared_ptr<const RunTimePoolInfoImpl> mImpl;
/packages/modules/NeuralNetworks/common/
DCpuExecutor.cpp287 class RunTimePoolInfo::RunTimePoolInfoImpl { class in android::nn::RunTimePoolInfo
289 RunTimePoolInfoImpl(SharedMemory memory, Mapping mapping);
303 RunTimePoolInfo::RunTimePoolInfoImpl::RunTimePoolInfoImpl(SharedMemory memory, Mapping mapping) in RunTimePoolInfoImpl() function in android::nn::RunTimePoolInfo::RunTimePoolInfoImpl
306 uint8_t* RunTimePoolInfo::RunTimePoolInfoImpl::getBuffer() const { in getBuffer()
316 uint32_t RunTimePoolInfo::RunTimePoolInfoImpl::getSize() const { in getSize()
322 bool RunTimePoolInfo::RunTimePoolInfoImpl::flush() const { in flush()
335 std::make_shared<const RunTimePoolInfoImpl>(memory, std::move(mapping).value()); in createFromMemory()
341 const auto impl = std::make_shared<const RunTimePoolInfoImpl>(std::make_shared<const Memory>(), in createFromExistingBuffer()
346 RunTimePoolInfo::RunTimePoolInfo(const std::shared_ptr<const RunTimePoolInfoImpl>& impl) in RunTimePoolInfo()