We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d2f253 commit ceb6467Copy full SHA for ceb6467
tensorflow/lite/micro/memory_arena_threshold_test.cc
@@ -103,7 +103,7 @@ constexpr int kTestConvModelOnlyTotalSize = 9576;
103
// TODO(b/207157610): replace magic number that depends on OPs
104
constexpr int kTestConvModelOnlyTailSize = 1672;
105
constexpr int kTestConvModelPersistentTfLiteTensorDataSize = 128;
106
-constexpr int kTestConvModelPersistentBufferDataSize = 700;
+constexpr int kTestConvModelPersistentBufferDataSize = 688;
107
#else
108
// Total size contributed by the conv model excluding the
109
// RecordingMicroAllocator's overhead
0 commit comments