未验证 提交 d341ba54 编写于 作者: T Trinity Lundgren 提交者: GitHub

Unguard now-passing conv test, clean up outdated comments (#1125)

BUG=b/228102789
Co-authored-by: NTing Yan <94130036+tingyan19@users.noreply.github.com>
Co-authored-by: Nmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
上级 008b8e6e
......@@ -637,8 +637,8 @@ TF_LITE_MICRO_TEST(BroadcastPerLayerQuantizationToPerChannelShouldMatchGolden) {
tflite::Register_CONV_2D(), output_data));
}
// This test does not pass when run as part of the Xtensa conv test suite.
// Move test below '#endif // !defined(XTENSA)' guard below to reproduce.
#endif // !defined(XTENSA)
TF_LITE_MICRO_TEST(Int8Filter1x3x3x1ShouldMatchGoldenEvenInputPaddingSame) {
using tflite::ElementCount;
using tflite::kConvFilter1x3x3x1;
......@@ -738,10 +738,6 @@ TF_LITE_MICRO_TEST(Int8Filter1x3x3x1ShouldMatchGoldenEvenInputPaddingSame) {
1.0 /* tolerance */));
}
#endif // !defined(XTENSA)
// Same as Int8Filter1x3x3x1ShouldMatchGoldenEvenInputPaddingSame, except with
// an odd-size input of 5x5 instead of of 4x4.
TF_LITE_MICRO_TEST(Int8Filter1x3x3x1ShouldMatchGoldenOddInputPaddingSame) {
using tflite::ElementCount;
using tflite::kConvFilter1x3x3x1;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册