mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-10 21:46:55 +03:00
v8.4.0
This commit is contained in:
@@ -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
BIN
code/components/tfmicro.zip
Normal file
Binary file not shown.
BIN
code/components/tfmicro_new_version.zip
Normal file
BIN
code/components/tfmicro_new_version.zip
Normal file
Binary file not shown.
@@ -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";
|
||||
@@ -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)
|
||||
|
||||
@@ -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";
|
||||
Reference in New Issue
Block a user