Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DCpuExecutor.h117 class RunTimePoolInfoImpl;
118 RunTimePoolInfo(const std::shared_ptr<const RunTimePoolInfoImpl>& impl);
120 std::shared_ptr<const RunTimePoolInfoImpl> mImpl;
/frameworks/ml/nn/common/
DCpuExecutor.cpp272 class RunTimePoolInfo::RunTimePoolInfoImpl { class in android::nn::RunTimePoolInfo
274 RunTimePoolInfoImpl(const hidl_memory& hidlMemory, uint8_t* buffer, const sp<IMemory>& memory,
278 ~RunTimePoolInfoImpl();
279 RunTimePoolInfoImpl(const RunTimePoolInfoImpl&) = delete;
280 RunTimePoolInfoImpl(RunTimePoolInfoImpl&&) noexcept = delete;
281 RunTimePoolInfoImpl& operator=(const RunTimePoolInfoImpl&) = delete;
282 RunTimePoolInfoImpl& operator=(RunTimePoolInfoImpl&&) noexcept = delete;
300 RunTimePoolInfo::RunTimePoolInfoImpl::RunTimePoolInfoImpl(const hidl_memory& hidlMemory, in RunTimePoolInfoImpl() function in android::nn::RunTimePoolInfo::RunTimePoolInfoImpl
311 RunTimePoolInfo::RunTimePoolInfoImpl::~RunTimePoolInfoImpl() { in ~RunTimePoolInfoImpl()
338 bool RunTimePoolInfo::RunTimePoolInfoImpl::flush() const { in flush()
[all …]