mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-14 15:36:56 +03:00
Rolling 2020-11-13
This commit is contained in:
@@ -153,7 +153,7 @@ std::string ClassFlowControll::getActStatus(){
|
||||
|
||||
bool ClassFlowControll::doFlow(string time)
|
||||
{
|
||||
CleanTempFolder();
|
||||
// CleanTempFolder(); // dazu muss man noch eine Rolling einführen
|
||||
|
||||
bool result = true;
|
||||
std::string zw_time;
|
||||
|
||||
@@ -244,6 +244,8 @@ CTfLiteClass::CTfLiteClass()
|
||||
CTfLiteClass::~CTfLiteClass()
|
||||
{
|
||||
delete this->tensor_arena;
|
||||
delete this->interpreter;
|
||||
delete this->error_reporter;
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="05a0f6f";
|
||||
const char* GIT_REV="46265de";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="update_tflite";
|
||||
const char* BUILD_TIME="2020-11-08 03:06";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2020-11-13 18:39";
|
||||
@@ -1,4 +1,4 @@
|
||||
const char* GIT_REV="05a0f6f";
|
||||
const char* GIT_REV="46265de";
|
||||
const char* GIT_TAG="";
|
||||
const char* GIT_BRANCH="update_tflite";
|
||||
const char* BUILD_TIME="2020-11-08 03:06";
|
||||
const char* GIT_BRANCH="rolling";
|
||||
const char* BUILD_TIME="2020-11-13 18:39";
|
||||
Reference in New Issue
Block a user