Home
last modified time | relevance | path

Searched refs:RunTimePoolInfo (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/common/include/
DCpuExecutor.h68 class RunTimePoolInfo {
73 explicit RunTimePoolInfo(const hidl_memory& hidlMemory, bool* fail);
75 explicit RunTimePoolInfo(uint8_t* buffer);
78 RunTimePoolInfo(RunTimePoolInfo&& other);
79 RunTimePoolInfo& operator=(RunTimePoolInfo&& other);
82 RunTimePoolInfo(const RunTimePoolInfo&) = delete;
83 RunTimePoolInfo& operator=(const RunTimePoolInfo&) = delete;
85 ~RunTimePoolInfo() { release(); } in ~RunTimePoolInfo()
93 void moveFrom(RunTimePoolInfo&& other);
100 bool setRunTimePoolInfosFromHidlMemories(std::vector<RunTimePoolInfo>* poolInfos,
[all …]
/frameworks/ml/nn/common/
DCpuExecutor.cpp33 RunTimePoolInfo::RunTimePoolInfo(const hidl_memory& hidlMemory, bool* fail) { in RunTimePoolInfo() function in android::nn::RunTimePoolInfo
75 RunTimePoolInfo::RunTimePoolInfo(uint8_t* buffer) { in RunTimePoolInfo() function in android::nn::RunTimePoolInfo
79 RunTimePoolInfo::RunTimePoolInfo(RunTimePoolInfo&& other) { in RunTimePoolInfo() function in android::nn::RunTimePoolInfo
84 RunTimePoolInfo& RunTimePoolInfo::operator=(RunTimePoolInfo&& other) { in operator =()
93 void RunTimePoolInfo::moveFrom(RunTimePoolInfo &&other) { in moveFrom()
99 void RunTimePoolInfo::release() { in release()
124 bool RunTimePoolInfo::update() const { in update()
140 bool setRunTimePoolInfosFromHidlMemories(std::vector<RunTimePoolInfo>* poolInfos, in setRunTimePoolInfosFromHidlMemories()
190 const std::vector<RunTimePoolInfo>& modelPoolInfos, in run()
191 const std::vector<RunTimePoolInfo>& requestPoolInfos) { in run()
[all …]
/frameworks/ml/nn/driver/sample/
DSampleDriver.h67 std::vector<RunTimePoolInfo> mPoolInfos;
DSampleDriver.cpp116 std::vector<RunTimePoolInfo> requestPoolInfos; in asyncExecute()
/frameworks/ml/nn/runtime/
DExecutionBuilder.cpp682 const std::vector<RunTimePoolInfo>& modelPoolInfos, in asyncStartComputeOnCpu()
683 const std::vector<RunTimePoolInfo>& requestPoolInfos, in asyncStartComputeOnCpu()
703 std::vector<RunTimePoolInfo> modelPoolInfos; in startComputeOnCpu()
708 std::vector<RunTimePoolInfo> requestPoolInfos; in startComputeOnCpu()