Skip to content

Commit

Permalink
Update expected_throughput
Browse files Browse the repository at this point in the history
  • Loading branch information
anhappdev committed Dec 5, 2024
1 parent 45cb1e8 commit cfaba54
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions flutter/integration_test/expected_accuracy.dart
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ const Map<String, Interval> _objectDetection = {
'samsung_npu': Interval(min: 0.36, max: 0.39),
};

const Map<String, Interval> _imageSegmentation = {
const Map<String, Interval> _imageSegmentationV2 = {
'cpu': Interval(min: 0.38, max: 0.40),
'npu': Interval(min: 0.33, max: 0.34),
'tpu': Interval(min: 0.33, max: 0.34),
Expand Down Expand Up @@ -98,7 +98,7 @@ const Map<String, Interval> _stableDiffusion = {
const benchmarkExpectedAccuracy = {
BenchmarkId.imageClassificationV2: _imageClassificationV2,
BenchmarkId.objectDetection: _objectDetection,
BenchmarkId.imageSegmentationV2: _imageSegmentation,
BenchmarkId.imageSegmentationV2: _imageSegmentationV2,
BenchmarkId.naturalLanguageProcessing: _naturalLanguageProcessing,
BenchmarkId.superResolution: _superResolution,
BenchmarkId.stableDiffusion: _stableDiffusion,
Expand Down
10 changes: 5 additions & 5 deletions flutter/integration_test/expected_throughput.dart
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const Map<String, Map<String, Interval>> _imageClassificationV2 = {
_kDN2103: Interval(min: 5, max: 90),
},
_kSamsungBackend: {
_kS24: Interval(min: 800, max: 1000),
_kS24: Interval(min: 700, max: 1000),
},
};

Expand All @@ -81,7 +81,7 @@ const Map<String, Map<String, Interval>> _objectDetection = {
_kDN2103: Interval(min: 120, max: 210),
},
_kSamsungBackend: {
_kS24: Interval(min: 1800, max: 2500),
_kS24: Interval(min: 1500, max: 2400),
},
};

Expand Down Expand Up @@ -135,7 +135,7 @@ const Map<String, Map<String, Interval>> _naturalLanguageProcessing = {
_kDN2103: Interval(min: 1, max: 6),
},
_kSamsungBackend: {
_kS24: Interval(min: 250, max: 400),
_kS24: Interval(min: 220, max: 350),
},
};

Expand All @@ -162,7 +162,7 @@ const Map<String, Map<String, Interval>> _superResolution = {
_kDN2103: Interval(min: 5, max: 15),
},
_kSamsungBackend: {
_kS24: Interval(min: 120, max: 180),
_kS24: Interval(min: 100, max: 180),
},
};

Expand Down Expand Up @@ -217,7 +217,7 @@ const Map<String, Map<String, Interval>> _imageClassificationOfflineV2 = {
_kDN2103: Interval(min: 5, max: 90),
},
_kSamsungBackend: {
_kS24: Interval(min: 1000, max: 1200),
_kS24: Interval(min: 900, max: 1200),
},
};

Expand Down
1 change: 1 addition & 0 deletions mobile_back_qti/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
qairt

0 comments on commit cfaba54

Please sign in to comment.