hps/tflm: Adapt conv2d_23 file to work with HPS

(1) Add conv2d_23 which has is another layer test
(2) remove unncessary print about running layer test
(3) Binary size grew from 1,359kiB to 1,491kiB (debug). Test 23 has much
greater input_data than test 00.

BUG=b:240650732
TEST=scripts/proto2-openocd; scripts/run-dev; (1) No error; self-test
pass (2) change output_data_hash in conv2d_23 and SelfTestError

Change-Id: I4ba8c417145d01867df80fc3029c39ca103befb4
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/hps-firmware/+/3951490
Tested-by: Jakub Młynarczyk <jakubm@chromium.org>
Commit-Queue: Jakub Młynarczyk <jakubm@chromium.org>
Reviewed-by: Dan Callaghan <dcallagh@chromium.org>
Reviewed-by: David Lattimore <dml@chromium.org>
5 files changed
tree: 920127986c292122dda55ac15f7fda6277a0756c
  1. .vscode/
  2. avr/
  3. bin/
  4. docs/
  5. models/
  6. renode/
  7. rust/
  8. scripts/
  9. soc/
  10. test_data/
  11. third_party/
  12. toolchain/
  13. .clang-format
  14. .gitignore
  15. .gn
  16. BUILD.gn
  17. BUILDCONFIG.gn
  18. DIR_METADATA
  19. environment
  20. LICENSE
  21. OWNERS
  22. PRESUBMIT.cfg
  23. pylintrc
  24. README.md
  25. rust-toolchain.toml
README.md

ChromiumOS Human Presence Sensor

The ChromiumOS Human Presence Sensor is a hardware peripheral which can detect the presence of one or more humans in front of the Chromebook.

This repository contains source code for the firmware which runs on the peripheral.

For more information, refer to the design document (Googlers only).

Documentation