Skip to content

Commit ceb6467

Browse files
ddavis-2015veblush
authored andcommitted
More adjustments to TestConvModelMemoryThreshold values due to updated test_conv_model.cc
1 parent 3d2f253 commit ceb6467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tensorflow/lite/micro/memory_arena_threshold_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ constexpr int kTestConvModelOnlyTotalSize = 9576;
103103
// TODO(b/207157610): replace magic number that depends on OPs
104104
constexpr int kTestConvModelOnlyTailSize = 1672;
105105
constexpr int kTestConvModelPersistentTfLiteTensorDataSize = 128;
106-
constexpr int kTestConvModelPersistentBufferDataSize = 700;
106+
constexpr int kTestConvModelPersistentBufferDataSize = 688;
107107
#else
108108
// Total size contributed by the conv model excluding the
109109
// RecordingMicroAllocator's overhead

0 commit comments

Comments
 (0)