Updated tensor to copy to memory explicitly, assessing why copy doesn't last through operations

This commit is contained in:
Alejandro Saucedo
2020-08-22 18:08:56 +01:00
parent 6f0203b863
commit e047aa3b43
10 changed files with 65 additions and 79 deletions

View File

@@ -41,6 +41,10 @@ Algorithm::init(std::string shaderFilePath,
this->createPipeline();
}
void Algorithm::createDescriptorPool() {
}
void
Algorithm::createParameters(std::vector<std::shared_ptr<Tensor>>& tensorParams)
{