Commit 0737c281 authored by alanlxl's avatar alanlxl Committed by Commit Bot

Update the tf native cc/h

Update the tf native code of neural palm detection.
Model description:
1. Trained with kohaku + meowth data, the auc on basking data is 0.9478.
2. Feature vector is the same as the old one, feature size = 193.

Bug: 1095874
Test: deployed and tested on a kohaku device
Change-Id: Id62f14f82dfc9d0895aba88765b44407cd35db6c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2249279Reviewed-by: default avatarRob Schonberger <robsc@chromium.org>
Commit-Queue: Rob Schonberger <robsc@chromium.org>
Commit-Queue: Xinglong Luan <alanlxl@chromium.org>
Cr-Commit-Position: refs/heads/master@{#779666}
parent da3bb9a6
......@@ -9,8 +9,8 @@
namespace ui {
namespace internal_onedevice {
struct alignas(16) FixedAllocations {
float alloc0[117];
float alloc1[115];
float alloc0[132];
float alloc1[123];
int32_t shape0[2];
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment