This commit is contained in:
jomjol
2021-09-23 18:43:53 +02:00
parent e2a403441f
commit f15e5f060a
12 changed files with 16 additions and 30 deletions

View File

@@ -10,7 +10,7 @@
static const char* TAG = "flow_analog";
bool debugdetailgeneral = true;
bool debugdetailgeneral = false;
ClassFlowCNNGeneral::ClassFlowCNNGeneral(ClassFlowAlignment *_flowalign, t_CNNType _cnntype) : ClassFlowImage(NULL, TAG)
{

BIN
code/components/tfmicro.zip Normal file

Binary file not shown.

Binary file not shown.

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="9b3665b";
const char* GIT_REV="e2a4034";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-09-22 21:16";
const char* BUILD_TIME="2021-09-23 18:31";

View File

@@ -13,7 +13,7 @@ extern "C"
#include "Helper.h"
#include <fstream>
const char* GIT_BASE_BRANCH = "master - v8.3.0 - 2021-09-12";
const char* GIT_BASE_BRANCH = "master - v8.4.0 - 2021-09-24";
const char* git_base_branch(void)

View File

@@ -1,4 +1,4 @@
const char* GIT_REV="9b3665b";
const char* GIT_REV="e2a4034";
const char* GIT_TAG="";
const char* GIT_BRANCH="rolling";
const char* BUILD_TIME="2021-09-22 21:16";
const char* BUILD_TIME="2021-09-23 18:30";