-
Notifications
You must be signed in to change notification settings - Fork 989
[T2] Refactor Group 9z: Compression #3393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
67b0cd3 to
c1a7361
Compare
Refactor t2-11z Refactor t2-19z Refactor t2-7z
cbb79ad to
57fcbbe
Compare
ddavis-2015
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm really liking these new ASSERT_ macros 👍
| int* output_dims_data, const float* expected_output_data, | ||
| TfLiteConvParams* conv_params, TFLMRegistration registration, | ||
| float* output_data | ||
| void ValidateConvFails(TfLiteTensor* tensors, int tensors_size, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps this should be ValidateConvFailsDuringPrepare to be very specific about where the failure is expected to occur.
|
|
||
| #endif // USE_TFLM_COMPRESSION | ||
|
|
||
| void ValidateDepthwiseConvFails(int tensors_size, TfLiteTensor* tensors, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perhaps ValidateDepthwiseConvFailsDuringPrepare to be more concise as to what failure to expect?
BUG=n/a