update amexec fix issue

This commit is contained in:
chen
2020-07-14 14:37:39 +08:00
parent d9d338a3e7
commit a65ef0c7fd
8 changed files with 47 additions and 33 deletions
+3 -1
View File
@@ -120,7 +120,9 @@ Result ModelProcess::CreateInput(void *inputDataBuffer, size_t bufferSize)
inputData = nullptr;
return FAILED;
}
size_t aa = aclmdlGetDatasetNumBuffers(input_);
return SUCCESS;
}