Skip to content

Conversation

@Child-pi
Copy link

Test it again.

This commit adds a new file `explain.txt` which details the unit tests found in `tensorflow/lite/micro/kernels/add_test.cc` for the `add.cc` operator.
The explanation covers various test scenarios including float, int8, and int16 additions, broadcasting, and different activation functions.
This commit adds `explain.txt`, which details the unit tests found in `tensorflow/lite/micro/kernels/add_test.cc`.
It also adds `result/result_add.txt`, which contains the output of running the `add_test.cc` unit test, verifying that all tests pass.
The tests cover float, int8, and int16 data types, along with broadcasting and activation function scenarios.
This commit adds a new unit test `FloatAddActivationRelu` to `tensorflow/lite/micro/kernels/add_test.cc` to verify the Add operator with standard ReLU activation.
It also updates `explain.txt` to include the description of this new test and updates `result/result_add.txt` with the output of the test run containing the new test case.
This commit adds a new test case `FloatAddActivationRelu` to `tensorflow/lite/micro/kernels/add_test.cc` to verify the Add operator with standard ReLU activation.
It also includes `explain.txt` detailing the tests, and `result/result_add.txt` and `result/result_add_1.txt` showing the execution results.
This commit adds a new unit test `FloatAddActivationRelu` to `tensorflow/lite/micro/kernels/add_test.cc`.
It also updates the `result/result_add.txt` (baseline) and `result/result_add_1.txt` (updated) files to reflect the addition of the new test case, addressing the user's feedback about identical result files.
`explain.txt` is updated to include the description of the new test.
This commit adds a new unit test `FloatAddActivationRelu` to `tensorflow/lite/micro/kernels/add_test.cc`.
It updates `explain.txt` to include the description of the new test.
It also provides verification logs in `result/`:
- `result_add.txt`: Baseline test run (16 tests).
- `result_add_1.txt`: Test run with the new test case (17 tests).
- `result_add_1_01.txt`: Re-run of the updated test suite.
This commit adds a new unit test `FloatAddActivationRelu` to `tensorflow/lite/micro/kernels/add_test.cc`.
It updates `explain.txt` to include the description of the new test.
It adds `golden_data_calculation.txt` explaining the derivation of the expected values for the new test case.
It also provides verification logs in `result/`:
- `result_add.txt`: Baseline test run (16 tests).
- `result_add_1.txt`: Test run with the new test case (17 tests).
- `result_add_1_01.txt`: Re-run of the updated test suite.
@Child-pi Child-pi requested a review from a team as a code owner December 27, 2025 08:49
@google-cla
Copy link

google-cla bot commented Dec 27, 2025

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@Child-pi Child-pi closed this Dec 27, 2025
@Child-pi Child-pi deleted the add-operator-test-explanation-16744226553558370377 branch December 27, 2025 08:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant