Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DCpuExecutor.h114 class RunTimePoolInfoImpl;
115 RunTimePoolInfo(const std::shared_ptr<const RunTimePoolInfoImpl>& impl);
117 std::shared_ptr<const RunTimePoolInfoImpl> mImpl;
/frameworks/ml/nn/common/
DCpuExecutor.cpp252 class RunTimePoolInfo::RunTimePoolInfoImpl { class in android::nn::RunTimePoolInfo
254 RunTimePoolInfoImpl(const hidl_memory& hidlMemory, uint8_t* buffer, const sp<IMemory>& memory,
258 ~RunTimePoolInfoImpl();
259 RunTimePoolInfoImpl(const RunTimePoolInfoImpl&) = delete;
260 RunTimePoolInfoImpl(RunTimePoolInfoImpl&&) noexcept = delete;
261 RunTimePoolInfoImpl& operator=(const RunTimePoolInfoImpl&) = delete;
262 RunTimePoolInfoImpl& operator=(RunTimePoolInfoImpl&&) noexcept = delete;
278 RunTimePoolInfo::RunTimePoolInfoImpl::RunTimePoolInfoImpl(const hidl_memory& hidlMemory, in RunTimePoolInfoImpl() function in android::nn::RunTimePoolInfo::RunTimePoolInfoImpl
284 RunTimePoolInfo::RunTimePoolInfoImpl::~RunTimePoolInfoImpl() { in ~RunTimePoolInfoImpl()
307 bool RunTimePoolInfo::RunTimePoolInfoImpl::update() const { in update()
[all …]